#584142

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

Shades of Emperor #584142

Tints of Emperor #584142

Color information

#584142 (or 0x584142) is unknown color: approx Emperor. HEX triplet: 58, 41 and 42. RGB value is (88,65,66). Sum of RGB (Red+Green+Blue) = 88+65+66=219 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40.18% from 219); Green value is 65 (25.78% from 255 or 29.68% from 219); Blue value is 66 (26.17% from 255 or 30.14% from 219); Max value from RGB is 88 - color contains mainly: red. Hex color #584142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584142 is #A7BEBD. Grayscale: #484848. Windows color (decimal): -10993342 or 4342104. OLE color: 4342104.

HSL color Cylindrical-coordinate representation of color #584142: hue angle of 357.39º 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 #584142 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.65.

Color convert

RGB886566-
CMYK00.260.250.65
HSL357.39º15.03%30%-
HSV(B)357.39º26.14%34.51%-
XYZ6.96.256-
YUV71.99124.62139.42-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.18%
GREEN value IS 65 (25.78% from 255) = 29.68%
BLUE value IS 66 (26.17% from 255) = 30.14%
R=40.18%
G=29.68%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88656600.260.250.65357.3915.0330
Hex58414201A1941165f1e
Octal130101102032311015451736
Binary101100010000011000010011010110011000001101100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584142; }

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

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

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

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

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

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

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

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