#72242E

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

Shades of Monarch #72242E

Tints of Monarch #72242E

Color information

#72242E (or 0x72242E) is unknown color: approx Monarch. HEX triplet: 72, 24 and 2E. RGB value is (114,36,46). Sum of RGB (Red+Green+Blue) = 114+36+46=196 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.16% from 196); Green value is 36 (14.45% from 255 or 18.37% from 196); Blue value is 46 (18.36% from 255 or 23.47% from 196); Max value from RGB is 114 - color contains mainly: red. Hex color #72242E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72242E is #8DDBD1. Grayscale: #3C3C3C. Windows color (decimal): -9296850 or 3023986. OLE color: 3023986.

HSL color Cylindrical-coordinate representation of color #72242E: hue angle of 352.31º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #72242E is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.55.

Color convert

RGB1143646-
CMYK00.680.600.55
HSL352.31º52%29.41%-
HSV(B)352.31º68.42%44.71%-
XYZ8.065.043.13-
YUV60.46119.84166.19-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 58.16%
GREEN value IS 36 (14.45% from 255) = 18.37%
BLUE value IS 46 (18.36% from 255) = 23.47%
R=58.16%
G=18.37%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.60
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114364600.680.600.55352.315229.41
Hex72242E0443C37160341d
Octal1624456010474675406435
Binary11100101001001011100100010011110011011110110000011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72242E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72242E; }

 p { color: rgb(114,36,46); }

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

<style>
 a { background-color: #72242E; }

 a { background-color: rgb(114,36,46); }

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

<style>
 span { border-color: #72242E; }

 span { border-color: rgb(114,36,46); }

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