#71242C

Color #71242C Monarch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Monarch #71242C

Tints of Monarch #71242C

Color information

#71242C (or 0x71242C) is unknown color: approx Monarch. HEX triplet: 71, 24 and 2C. RGB value is (113,36,44). Sum of RGB (Red+Green+Blue) = 113+36+44=193 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.55% from 193); Green value is 36 (14.45% from 255 or 18.65% from 193); Blue value is 44 (17.58% from 255 or 22.80% from 193); Max value from RGB is 113 - color contains mainly: red. Hex color #71242C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71242C is #8EDBD3. Grayscale: #3B3B3B. Windows color (decimal): -9362388 or 2892913. OLE color: 2892913.

HSL color Cylindrical-coordinate representation of color #71242C: hue angle of 353.77º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #71242C is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB1133644-
CMYK00.680.610.56
HSL353.77º51.68%29.22%-
HSV(B)353.77º68.14%44.31%-
XYZ7.94.952.92-
YUV59.93119.01165.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 113 (44.53% from 255) = 58.55%
GREEN value IS 36 (14.45% from 255) = 18.65%
BLUE value IS 44 (17.58% from 255) = 22.80%
R=58.55%
G=18.65%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113364400.680.610.56353.7751.6829.22
Hex71242C0443D38162341d
Octal1614454010475705426435
Binary11100011001001011000100010011110111100010110001011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71242C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71242C; }

 p { color: rgb(113,36,44); }

 H1.HeaderClassName
 {
   color: #71242C;
 }
 .AnyTagClassName
 {
   color: #71242C;
 }
</style>
background-color css

<style>
 a { background-color: #71242C; }

 a { background-color: rgb(113,36,44); }

 div.DivClassName
 {
   background-color: #71242C;
 }
 .BgClassName
 {
   background-color: #71242C;
 }
</style>
border-color css

<style>
 span { border-color: #71242C; }

 span { border-color: rgb(113,36,44); }

 td.TdClassName
 {
   border-color: #71242C;
 }
 .TagClassName
 {
   border-color: #71242C;
 }
</style>