#724569

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

Shades of Eminence #724569

Tints of Eminence #724569

Color information

#724569 (or 0x724569) is unknown color: approx Eminence. HEX triplet: 72, 45 and 69. RGB value is (114,69,105). Sum of RGB (Red+Green+Blue) = 114+69+105=288 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.58% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 105 (41.41% from 255 or 36.46% from 288); Max value from RGB is 114 - color contains mainly: red. Hex color #724569 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724569 is #8DBA96. Grayscale: #565656. Windows color (decimal): -9288343 or 6899058. OLE color: 6899058.

HSL color Cylindrical-coordinate representation of color #724569: hue angle of 312º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #724569 is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB11469105-
CMYK00.390.080.55
HSL312º24.59%35.88%-
HSV(B)312º39.47%44.71%-
XYZ11.628.8514.46-
YUV86.56138.41147.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.58%
GREEN value IS 69 (27.34% from 255) = 23.96%
BLUE value IS 105 (41.41% from 255) = 36.46%
R=39.58%
G=23.96%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1146910500.390.080.5531224.5935.88
Hex7245690278371381924
Octal16210515104710674703144
Binary1110010100010111010010100111100011011110011100011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724569; }

 p { color: rgb(114,69,105); }

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

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

 a { background-color: rgb(114,69,105); }

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

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

 span { border-color: rgb(114,69,105); }

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