Shades of Heath #53292C
Tints of Heath #53292C
RGB
CMYK
RGB Variations
Color information
#53292C (or 0x53292C) is known color: Heath. HEX triplet: 53, 29 and 2C. RGB value is (83,41,44). Sum of RGB (Red+Green+Blue) = 83+41+44=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 41 (16.41% from 255 or 24.40% from 168); Blue value is 44 (17.58% from 255 or 26.19% from 168); Max value from RGB is 83 - color contains mainly: red. Hex color #53292C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53292C is #ACD6D3. Grayscale: #353535. Windows color (decimal): -11327188 or 2894163. OLE color: 2894163.
HSL color Cylindrical-coordinate representation of color #53292C: hue angle of 355.71º 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 #53292C is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 41 | 44 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.67 |
| HSL | 355.71º | 0.34% | 0.24% | - |
| HSV(B) | 355.71º | 0.51% | 0.33% | - |
| XYZ | 4.81 | 3.61 | 2.83 | - |
| YUV | 53.9 | 122.41 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 41 | 44 | 0 | 0.51 | 0.47 | 0.67 | 355.71 | 0.34 | 0.24 |
| Hex | 53 | 29 | 2C | 0 | 33 | 2F | 43 | 164 | 22 | 18 |
| Octal | 123 | 51 | 54 | 0 | 63 | 57 | 103 | 544 | 42 | 30 |
| Binary | 1010011 | 101001 | 101100 | 0 | 110011 | 101111 | 1000011 | 101100100 | 100010 | 11000 |
Color Harmonies of #53292C
Complementary color
Monochromatic Colors of #53292C
Black with #53292C
Text Example
Text Example
White with #53292C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53292C; }
p { color: rgb(83,41,44); }
H1.HeaderClassName
{
color: #53292C;
}
.AnyTagClassName
{
color: #53292C;
}
</style>
background-color css
<style>
a { background-color: #53292C; }
a { background-color: rgb(83,41,44); }
div.DivClassName
{
background-color: #53292C;
}
.BgClassName
{
background-color: #53292C;
}
</style>
border-color css
<style>
span { border-color: #53292C; }
span { border-color: rgb(83,41,44); }
td.TdClassName
{
border-color: #53292C;
}
.TagClassName
{
border-color: #53292C;
}
</style>