Shades of Heath #53282C
Tints of Heath #53282C
RGB
CMYK
RGB Variations
Color information
#53282C (or 0x53282C) is known color: Heath. HEX triplet: 53, 28 and 2C. RGB value is (83,40,44). Sum of RGB (Red+Green+Blue) = 83+40+44=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 40 (16.02% from 255 or 23.95% from 167); Blue value is 44 (17.58% from 255 or 26.35% from 167); Max value from RGB is 83 - color contains mainly: red. Hex color #53282C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53282C is #ACD7D3. Grayscale: #353535. Windows color (decimal): -11327444 or 2893907. OLE color: 2893907.
HSL color Cylindrical-coordinate representation of color #53282C: hue angle of 354.42º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53282C is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 40 | 44 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.67 |
| HSL | 354.42º | 0.35% | 0.24% | - |
| HSV(B) | 354.42º | 0.52% | 0.33% | - |
| XYZ | 4.78 | 3.54 | 2.81 | - |
| YUV | 53.31 | 122.75 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 40 | 44 | 0 | 0.52 | 0.47 | 0.67 | 354.42 | 0.35 | 0.24 |
| Hex | 53 | 28 | 2C | 0 | 34 | 2F | 43 | 162 | 23 | 18 |
| Octal | 123 | 50 | 54 | 0 | 64 | 57 | 103 | 542 | 43 | 30 |
| Binary | 1010011 | 101000 | 101100 | 0 | 110100 | 101111 | 1000011 | 101100010 | 100011 | 11000 |
Color Harmonies of #53282C
Complementary color
Monochromatic Colors of #53282C
Black with #53282C
Text Example
Text Example
White with #53282C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53282C; }
p { color: rgb(83,40,44); }
H1.HeaderClassName
{
color: #53282C;
}
.AnyTagClassName
{
color: #53282C;
}
</style>
background-color css
<style>
a { background-color: #53282C; }
a { background-color: rgb(83,40,44); }
div.DivClassName
{
background-color: #53282C;
}
.BgClassName
{
background-color: #53282C;
}
</style>
border-color css
<style>
span { border-color: #53282C; }
span { border-color: rgb(83,40,44); }
td.TdClassName
{
border-color: #53282C;
}
.TagClassName
{
border-color: #53282C;
}
</style>