Shades of Emperor #533D43
Tints of Emperor #533D43
RGB
CMYK
RGB Variations
Color information
#533D43 (or 0x533D43) is known color: Emperor. HEX triplet: 53, 3D and 43. RGB value is (83,61,67). Sum of RGB (Red+Green+Blue) = 83+61+67=211 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.34% from 211); Green value is 61 (24.22% from 255 or 28.91% from 211); Blue value is 67 (26.56% from 255 or 31.75% from 211); Max value from RGB is 83 - color contains mainly: red. Hex color #533D43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533D43 is #ACC2BC. Grayscale: #444444. Windows color (decimal): -11322045 or 4406611. OLE color: 4406611.
HSL color Cylindrical-coordinate representation of color #533D43: hue angle of 343.64º 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 #533D43 is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 61 | 67 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.67 |
| HSL | 343.64º | 0.15% | 0.28% | - |
| HSV(B) | 343.64º | 0.27% | 0.33% | - |
| XYZ | 6.25 | 5.58 | 6.06 | - |
| YUV | 68.26 | 127.29 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 61 | 67 | 0 | 0.27 | 0.19 | 0.67 | 343.64 | 0.15 | 0.28 |
| Hex | 53 | 3D | 43 | 0 | 1B | 13 | 43 | 158 | F | 1C |
| Octal | 123 | 75 | 103 | 0 | 33 | 23 | 103 | 530 | 17 | 34 |
| Binary | 1010011 | 111101 | 1000011 | 0 | 11011 | 10011 | 1000011 | 101011000 | 1111 | 11100 |
Color Harmonies of #533D43
Complementary color
Monochromatic Colors of #533D43
Black with #533D43
Text Example
Text Example
White with #533D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533D43; }
p { color: rgb(83,61,67); }
H1.HeaderClassName
{
color: #533D43;
}
.AnyTagClassName
{
color: #533D43;
}
</style>
background-color css
<style>
a { background-color: #533D43; }
a { background-color: rgb(83,61,67); }
div.DivClassName
{
background-color: #533D43;
}
.BgClassName
{
background-color: #533D43;
}
</style>
border-color css
<style>
span { border-color: #533D43; }
span { border-color: rgb(83,61,67); }
td.TdClassName
{
border-color: #533D43;
}
.TagClassName
{
border-color: #533D43;
}
</style>