Shades of Emperor #583D42
Tints of Emperor #583D42
RGB
CMYK
RGB Variations
Color information
#583D42 (or 0x583D42) is known color: Emperor. HEX triplet: 58, 3D and 42. RGB value is (88,61,66). Sum of RGB (Red+Green+Blue) = 88+61+66=215 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.93% from 215); Green value is 61 (24.22% from 255 or 28.37% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 88 - color contains mainly: red. Hex color #583D42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #583D42 is #A7C2BD. Grayscale: #454545. Windows color (decimal): -10994366 or 4341080. OLE color: 4341080.
HSL color Cylindrical-coordinate representation of color #583D42: hue angle of 348.89º 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 #583D42 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 61 | 66 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.65 |
| HSL | 348.89º | 0.18% | 0.29% | - |
| HSV(B) | 348.89º | 0.31% | 0.35% | - |
| XYZ | 6.68 | 5.81 | 5.92 | - |
| YUV | 69.64 | 125.95 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 61 | 66 | 0 | 0.31 | 0.25 | 0.65 | 348.89 | 0.18 | 0.29 |
| Hex | 58 | 3D | 42 | 0 | 1F | 19 | 41 | 15D | 12 | 1D |
| Octal | 130 | 75 | 102 | 0 | 37 | 31 | 101 | 535 | 22 | 35 |
| Binary | 1011000 | 111101 | 1000010 | 0 | 11111 | 11001 | 1000001 | 101011101 | 10010 | 11101 |
Color Harmonies of #583D42
Complementary color
Monochromatic Colors of #583D42
Black with #583D42
Text Example
Text Example
White with #583D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583D42; }
p { color: rgb(88,61,66); }
H1.HeaderClassName
{
color: #583D42;
}
.AnyTagClassName
{
color: #583D42;
}
</style>
background-color css
<style>
a { background-color: #583D42; }
a { background-color: rgb(88,61,66); }
div.DivClassName
{
background-color: #583D42;
}
.BgClassName
{
background-color: #583D42;
}
</style>
border-color css
<style>
span { border-color: #583D42; }
span { border-color: rgb(88,61,66); }
td.TdClassName
{
border-color: #583D42;
}
.TagClassName
{
border-color: #583D42;
}
</style>