Shades of Emperor #583D40
Tints of Emperor #583D40
RGB
CMYK
RGB Variations
Color information
#583D40 (or 0x583D40) is known color: Emperor. HEX triplet: 58, 3D and 40. RGB value is (88,61,64). Sum of RGB (Red+Green+Blue) = 88+61+64=213 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.31% from 213); Green value is 61 (24.22% from 255 or 28.64% from 213); Blue value is 64 (25.39% from 255 or 30.05% from 213); Max value from RGB is 88 - color contains mainly: red. Hex color #583D40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #583D40 is #A7C2BF. Grayscale: #454545. Windows color (decimal): -10994368 or 4210008. OLE color: 4210008.
HSL color Cylindrical-coordinate representation of color #583D40: hue angle of 353.33º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #583D40 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 61 | 64 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.65 |
| HSL | 353.33º | 0.18% | 0.29% | - |
| HSV(B) | 353.33º | 0.31% | 0.35% | - |
| XYZ | 6.62 | 5.78 | 5.62 | - |
| YUV | 69.42 | 124.95 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 61 | 64 | 0 | 0.31 | 0.27 | 0.65 | 353.33 | 0.18 | 0.29 |
| Hex | 58 | 3D | 40 | 0 | 1F | 1B | 41 | 161 | 12 | 1D |
| Octal | 130 | 75 | 100 | 0 | 37 | 33 | 101 | 541 | 22 | 35 |
| Binary | 1011000 | 111101 | 1000000 | 0 | 11111 | 11011 | 1000001 | 101100001 | 10010 | 11101 |
Color Harmonies of #583D40
Complementary color
Monochromatic Colors of #583D40
Black with #583D40
Text Example
Text Example
White with #583D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583D40; }
p { color: rgb(88,61,64); }
H1.HeaderClassName
{
color: #583D40;
}
.AnyTagClassName
{
color: #583D40;
}
</style>
background-color css
<style>
a { background-color: #583D40; }
a { background-color: rgb(88,61,64); }
div.DivClassName
{
background-color: #583D40;
}
.BgClassName
{
background-color: #583D40;
}
</style>
border-color css
<style>
span { border-color: #583D40; }
span { border-color: rgb(88,61,64); }
td.TdClassName
{
border-color: #583D40;
}
.TagClassName
{
border-color: #583D40;
}
</style>