Shades of Heath #53292B
Tints of Heath #53292B
RGB
CMYK
RGB Variations
Color information
#53292B (or 0x53292B) is known color: Heath. HEX triplet: 53, 29 and 2B. RGB value is (83,41,43). Sum of RGB (Red+Green+Blue) = 83+41+43=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 43 (17.19% from 255 or 25.75% from 167); Max value from RGB is 83 - color contains mainly: red. Hex color #53292B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53292B is #ACD6D4. Grayscale: #353535. Windows color (decimal): -11327189 or 2828627. OLE color: 2828627.
HSL color Cylindrical-coordinate representation of color #53292B: hue angle of 357.14º 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 #53292B is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 41 | 43 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.67 |
| HSL | 357.14º | 0.34% | 0.24% | - |
| HSV(B) | 357.14º | 0.51% | 0.33% | - |
| XYZ | 4.8 | 3.6 | 2.73 | - |
| YUV | 53.79 | 121.91 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 41 | 43 | 0 | 0.51 | 0.48 | 0.67 | 357.14 | 0.34 | 0.24 |
| Hex | 53 | 29 | 2B | 0 | 33 | 30 | 43 | 165 | 22 | 18 |
| Octal | 123 | 51 | 53 | 0 | 63 | 60 | 103 | 545 | 42 | 30 |
| Binary | 1010011 | 101001 | 101011 | 0 | 110011 | 110000 | 1000011 | 101100101 | 100010 | 11000 |
Color Harmonies of #53292B
Complementary color
Monochromatic Colors of #53292B
Black with #53292B
Text Example
Text Example
White with #53292B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53292B; }
p { color: rgb(83,41,43); }
H1.HeaderClassName
{
color: #53292B;
}
.AnyTagClassName
{
color: #53292B;
}
</style>
background-color css
<style>
a { background-color: #53292B; }
a { background-color: rgb(83,41,43); }
div.DivClassName
{
background-color: #53292B;
}
.BgClassName
{
background-color: #53292B;
}
</style>
border-color css
<style>
span { border-color: #53292B; }
span { border-color: rgb(83,41,43); }
td.TdClassName
{
border-color: #53292B;
}
.TagClassName
{
border-color: #53292B;
}
</style>