Shades of Emperor #583E40
Tints of Emperor #583E40
RGB
CMYK
RGB Variations
Color information
#583E40 (or 0x583E40) is known color: Emperor. HEX triplet: 58, 3E and 40. RGB value is (88,62,64). Sum of RGB (Red+Green+Blue) = 88+62+64=214 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.12% from 214); Green value is 62 (24.61% from 255 or 28.97% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 88 - color contains mainly: red. Hex color #583E40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #583E40 is #A7C1BF. Grayscale: #464646. Windows color (decimal): -10994112 or 4210264. OLE color: 4210264.
HSL color Cylindrical-coordinate representation of color #583E40: hue angle of 355.38º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #583E40 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 62 | 64 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.65 |
| HSL | 355.38º | 0.17% | 0.29% | - |
| HSV(B) | 355.38º | 0.3% | 0.35% | - |
| XYZ | 6.67 | 5.89 | 5.64 | - |
| YUV | 70 | 124.61 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 62 | 64 | 0 | 0.30 | 0.27 | 0.65 | 355.38 | 0.17 | 0.29 |
| Hex | 58 | 3E | 40 | 0 | 1E | 1B | 41 | 163 | 11 | 1D |
| Octal | 130 | 76 | 100 | 0 | 36 | 33 | 101 | 543 | 21 | 35 |
| Binary | 1011000 | 111110 | 1000000 | 0 | 11110 | 11011 | 1000001 | 101100011 | 10001 | 11101 |
Color Harmonies of #583E40
Complementary color
Monochromatic Colors of #583E40
Black with #583E40
Text Example
Text Example
White with #583E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583E40; }
p { color: rgb(88,62,64); }
H1.HeaderClassName
{
color: #583E40;
}
.AnyTagClassName
{
color: #583E40;
}
</style>
background-color css
<style>
a { background-color: #583E40; }
a { background-color: rgb(88,62,64); }
div.DivClassName
{
background-color: #583E40;
}
.BgClassName
{
background-color: #583E40;
}
</style>
border-color css
<style>
span { border-color: #583E40; }
span { border-color: rgb(88,62,64); }
td.TdClassName
{
border-color: #583E40;
}
.TagClassName
{
border-color: #583E40;
}
</style>