#584449

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

Shades of Emperor #584449

Tints of Emperor #584449

Color information

#584449 (or 0x584449) is unknown color: approx Emperor. HEX triplet: 58, 44 and 49. RGB value is (88,68,73). Sum of RGB (Red+Green+Blue) = 88+68+73=229 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.43% from 229); Green value is 68 (26.95% from 255 or 29.69% from 229); Blue value is 73 (28.91% from 255 or 31.88% from 229); Max value from RGB is 88 - color contains mainly: red. Hex color #584449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584449 is #A7BBB6. Grayscale: #4A4A4A. Windows color (decimal): -10992567 or 4801624. OLE color: 4801624.

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

Color convert

RGB886873-
CMYK00.230.170.65
HSL345º12.82%30.59%-
HSV(B)345º22.73%34.51%-
XYZ7.296.697.21-
YUV74.55127.13137.59-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.43%
GREEN value IS 68 (26.95% from 255) = 29.69%
BLUE value IS 73 (28.91% from 255) = 31.88%
R=38.43%
G=29.69%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88687300.230.170.6534512.8230.59
Hex5844490171141159d1f
Octal130104111027211015311537
Binary101100010001001001001010111100011000001101011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584449; }

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

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

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

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

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

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

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

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