#584244

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

Shades of Emperor #584244

Tints of Emperor #584244

Color information

#584244 (or 0x584244) is unknown color: approx Emperor. HEX triplet: 58, 42 and 44. RGB value is (88,66,68). Sum of RGB (Red+Green+Blue) = 88+66+68=222 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.64% from 222); Green value is 66 (26.17% from 255 or 29.73% from 222); Blue value is 68 (26.95% from 255 or 30.63% from 222); Max value from RGB is 88 - color contains mainly: red. Hex color #584244 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584244 is #A7BDBB. Grayscale: #484848. Windows color (decimal): -10993084 or 4473432. OLE color: 4473432.

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

Color convert

RGB886668-
CMYK00.250.230.65
HSL354.55º14.29%30.2%-
HSV(B)354.55º25%34.51%-
XYZ7.026.396.33-
YUV72.81125.29138.84-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.64%
GREEN value IS 66 (26.17% from 255) = 29.73%
BLUE value IS 68 (26.95% from 255) = 30.63%
R=39.64%
G=29.73%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.23
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88666800.250.230.65354.5514.2930.2
Hex5842440191741163e1e
Octal130102104031271015431636
Binary101100010000101000100011001101111000001101100011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584244; }

 p { color: rgb(88,66,68); }

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

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

 a { background-color: rgb(88,66,68); }

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

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

 span { border-color: rgb(88,66,68); }

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