#72436E

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

Shades of Eminence #72436E

Tints of Eminence #72436E

Color information

#72436E (or 0x72436E) is unknown color: approx Eminence. HEX triplet: 72, 43 and 6E. RGB value is (114,67,110). Sum of RGB (Red+Green+Blue) = 114+67+110=291 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.18% from 291); Green value is 67 (26.56% from 255 or 23.02% from 291); Blue value is 110 (43.36% from 255 or 37.80% from 291); Max value from RGB is 114 - color contains mainly: red. Hex color #72436E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72436E is #8DBC91. Grayscale: #555555. Windows color (decimal): -9288850 or 7226226. OLE color: 7226226.

HSL color Cylindrical-coordinate representation of color #72436E: hue angle of 305.11º 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 #72436E is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB11467110-
CMYK00.410.040.55
HSL305.11º25.97%35.49%-
HSV(B)305.11º41.23%44.71%-
XYZ11.768.7215.81-
YUV85.96141.57148-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.18%
GREEN value IS 67 (26.56% from 255) = 23.02%
BLUE value IS 110 (43.36% from 255) = 37.80%
R=39.18%
G=23.02%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1146711000.410.040.55305.1125.9735.49
Hex72436E0294371311a23
Octal1621031560514674613243
Binary111001010000111101110010100110011011110011000111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72436E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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