Shades of Emperor #5A3D42
Tints of Emperor #5A3D42
RGB
CMYK
RGB Variations
Color information
#5A3D42 (or 0x5A3D42) is known color: Emperor. HEX triplet: 5A, 3D and 42. RGB value is (90,61,66). Sum of RGB (Red+Green+Blue) = 90+61+66=217 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.47% from 217); Green value is 61 (24.22% from 255 or 28.11% from 217); Blue value is 66 (26.17% from 255 or 30.41% from 217); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3D42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3D42 is #A5C2BD. Grayscale: #464646. Windows color (decimal): -10863294 or 4341082. OLE color: 4341082.
HSL color Cylindrical-coordinate representation of color #5A3D42: hue angle of 349.66º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5A3D42 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 61 | 66 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.65 |
| HSL | 349.66º | 0.19% | 0.3% | - |
| HSV(B) | 349.66º | 0.32% | 0.35% | - |
| XYZ | 6.87 | 5.9 | 5.93 | - |
| YUV | 70.24 | 125.61 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 61 | 66 | 0 | 0.32 | 0.27 | 0.65 | 349.66 | 0.19 | 0.3 |
| Hex | 5A | 3D | 42 | 0 | 20 | 1B | 41 | 15E | 13 | 1E |
| Octal | 132 | 75 | 102 | 0 | 40 | 33 | 101 | 536 | 23 | 36 |
| Binary | 1011010 | 111101 | 1000010 | 0 | 100000 | 11011 | 1000001 | 101011110 | 10011 | 11110 |
Color Harmonies of #5A3D42
Complementary color
Monochromatic Colors of #5A3D42
Black with #5A3D42
Text Example
Text Example
White with #5A3D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3D42; }
p { color: rgb(90,61,66); }
H1.HeaderClassName
{
color: #5A3D42;
}
.AnyTagClassName
{
color: #5A3D42;
}
</style>
background-color css
<style>
a { background-color: #5A3D42; }
a { background-color: rgb(90,61,66); }
div.DivClassName
{
background-color: #5A3D42;
}
.BgClassName
{
background-color: #5A3D42;
}
</style>
border-color css
<style>
span { border-color: #5A3D42; }
span { border-color: rgb(90,61,66); }
td.TdClassName
{
border-color: #5A3D42;
}
.TagClassName
{
border-color: #5A3D42;
}
</style>