#584145

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

Shades of Emperor #584145

Tints of Emperor #584145

Color information

#584145 (or 0x584145) is unknown color: approx Emperor. HEX triplet: 58, 41 and 45. RGB value is (88,65,69). Sum of RGB (Red+Green+Blue) = 88+65+69=222 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.64% from 222); Green value is 65 (25.78% from 255 or 29.28% from 222); Blue value is 69 (27.34% from 255 or 31.08% from 222); Max value from RGB is 88 - color contains mainly: red. Hex color #584145 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584145 is #A7BEBA. Grayscale: #484848. Windows color (decimal): -10993339 or 4538712. OLE color: 4538712.

HSL color Cylindrical-coordinate representation of color #584145: hue angle of 349.57º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #584145 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB886569-
CMYK00.260.220.65
HSL349.57º15.03%30%-
HSV(B)349.57º26.14%34.51%-
XYZ6.996.286.47-
YUV72.33126.12139.17-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.64%
GREEN value IS 65 (25.78% from 255) = 29.28%
BLUE value IS 69 (27.34% from 255) = 31.08%
R=39.64%
G=29.28%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88656900.260.220.65349.5715.0330
Hex58414501A164115ef1e
Octal130101105032261015361736
Binary101100010000011000101011010101101000001101011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584145; }

 p { color: rgb(88,65,69); }

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

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

 a { background-color: rgb(88,65,69); }

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

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

 span { border-color: rgb(88,65,69); }

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