#72436F

Color #72436F Eminence (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eminence #72436F

Tints of Eminence #72436F

Color information

#72436F (or 0x72436F) is unknown color: approx Eminence. HEX triplet: 72, 43 and 6F. RGB value is (114,67,111). Sum of RGB (Red+Green+Blue) = 114+67+111=292 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.04% from 292); Green value is 67 (26.56% from 255 or 22.95% from 292); Blue value is 111 (43.75% from 255 or 38.01% from 292); Max value from RGB is 114 - color contains mainly: red. Hex color #72436F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72436F is #8DBC90. Grayscale: #555555. Windows color (decimal): -9288849 or 7291762. OLE color: 7291762.

HSL color Cylindrical-coordinate representation of color #72436F: hue angle of 303.83º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #72436F is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB11467111-
CMYK00.410.030.55
HSL303.83º25.97%35.49%-
HSV(B)303.83º41.23%44.71%-
XYZ11.828.7416.1-
YUV86.07142.07147.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.04%
GREEN value IS 67 (26.56% from 255) = 22.95%
BLUE value IS 111 (43.75% from 255) = 38.01%
R=39.04%
G=22.95%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1146711100.410.030.55303.8325.9735.49
Hex72436F0293371301a23
Octal1621031570513674603243
Binary11100101000011110111101010011111011110011000011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72436F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72436F; }

 p { color: rgb(114,67,111); }

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

<style>
 a { background-color: #72436F; }

 a { background-color: rgb(114,67,111); }

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

<style>
 span { border-color: #72436F; }

 span { border-color: rgb(114,67,111); }

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