Shades of Heath #53292E
Tints of Heath #53292E
RGB
CMYK
RGB Variations
Color information
#53292E (or 0x53292E) is known color: Heath. HEX triplet: 53, 29 and 2E. RGB value is (83,41,46). Sum of RGB (Red+Green+Blue) = 83+41+46=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 41 (16.41% from 255 or 24.12% from 170); Blue value is 46 (18.36% from 255 or 27.06% from 170); Max value from RGB is 83 - color contains mainly: red. Hex color #53292E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53292E is #ACD6D1. Grayscale: #363636. Windows color (decimal): -11327186 or 3025235. OLE color: 3025235.
HSL color Cylindrical-coordinate representation of color #53292E: hue angle of 352.86º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53292E is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 41 | 46 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.67 |
| HSL | 352.86º | 0.34% | 0.24% | - |
| HSV(B) | 352.86º | 0.51% | 0.33% | - |
| XYZ | 4.85 | 3.62 | 3.03 | - |
| YUV | 54.13 | 123.41 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 41 | 46 | 0 | 0.51 | 0.45 | 0.67 | 352.86 | 0.34 | 0.24 |
| Hex | 53 | 29 | 2E | 0 | 33 | 2D | 43 | 161 | 22 | 18 |
| Octal | 123 | 51 | 56 | 0 | 63 | 55 | 103 | 541 | 42 | 30 |
| Binary | 1010011 | 101001 | 101110 | 0 | 110011 | 101101 | 1000011 | 101100001 | 100010 | 11000 |
Color Harmonies of #53292E
Complementary color
Monochromatic Colors of #53292E
Black with #53292E
Text Example
Text Example
White with #53292E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53292E; }
p { color: rgb(83,41,46); }
H1.HeaderClassName
{
color: #53292E;
}
.AnyTagClassName
{
color: #53292E;
}
</style>
background-color css
<style>
a { background-color: #53292E; }
a { background-color: rgb(83,41,46); }
div.DivClassName
{
background-color: #53292E;
}
.BgClassName
{
background-color: #53292E;
}
</style>
border-color css
<style>
span { border-color: #53292E; }
span { border-color: rgb(83,41,46); }
td.TdClassName
{
border-color: #53292E;
}
.TagClassName
{
border-color: #53292E;
}
</style>