Shades of Emperor #533D42
Tints of Emperor #533D42
RGB
CMYK
RGB Variations
Color information
#533D42 (or 0x533D42) is known color: Emperor. HEX triplet: 53, 3D and 42. RGB value is (83,61,66). Sum of RGB (Red+Green+Blue) = 83+61+66=210 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.52% from 210); Green value is 61 (24.22% from 255 or 29.05% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 83 - color contains mainly: red. Hex color #533D42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533D42 is #ACC2BD. Grayscale: #444444. Windows color (decimal): -11322046 or 4341075. OLE color: 4341075.
HSL color Cylindrical-coordinate representation of color #533D42: hue angle of 346.36º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #533D42 is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 61 | 66 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.67 |
| HSL | 346.36º | 0.15% | 0.28% | - |
| HSV(B) | 346.36º | 0.27% | 0.33% | - |
| XYZ | 6.22 | 5.57 | 5.9 | - |
| YUV | 68.15 | 126.79 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 61 | 66 | 0 | 0.27 | 0.20 | 0.67 | 346.36 | 0.15 | 0.28 |
| Hex | 53 | 3D | 42 | 0 | 1B | 14 | 43 | 15A | F | 1C |
| Octal | 123 | 75 | 102 | 0 | 33 | 24 | 103 | 532 | 17 | 34 |
| Binary | 1010011 | 111101 | 1000010 | 0 | 11011 | 10100 | 1000011 | 101011010 | 1111 | 11100 |
Color Harmonies of #533D42
Complementary color
Monochromatic Colors of #533D42
Black with #533D42
Text Example
Text Example
White with #533D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533D42; }
p { color: rgb(83,61,66); }
H1.HeaderClassName
{
color: #533D42;
}
.AnyTagClassName
{
color: #533D42;
}
</style>
background-color css
<style>
a { background-color: #533D42; }
a { background-color: rgb(83,61,66); }
div.DivClassName
{
background-color: #533D42;
}
.BgClassName
{
background-color: #533D42;
}
</style>
border-color css
<style>
span { border-color: #533D42; }
span { border-color: rgb(83,61,66); }
td.TdClassName
{
border-color: #533D42;
}
.TagClassName
{
border-color: #533D42;
}
</style>