Shades of Heath #53282B
Tints of Heath #53282B
RGB
CMYK
RGB Variations
Color information
#53282B (or 0x53282B) is known color: Heath. HEX triplet: 53, 28 and 2B. RGB value is (83,40,43). Sum of RGB (Red+Green+Blue) = 83+40+43=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 40 (16.02% from 255 or 24.10% from 166); Blue value is 43 (17.19% from 255 or 25.90% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #53282B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53282B is #ACD7D4. Grayscale: #353535. Windows color (decimal): -11327445 or 2828371. OLE color: 2828371.
HSL color Cylindrical-coordinate representation of color #53282B: hue angle of 355.81º 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 #53282B is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 40 | 43 | - |
| CMYK | 0 | 0.52 | 0.48 | 0.67 |
| HSL | 355.81º | 0.35% | 0.24% | - |
| HSV(B) | 355.81º | 0.52% | 0.33% | - |
| XYZ | 4.76 | 3.53 | 2.72 | - |
| YUV | 53.2 | 122.25 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 40 | 43 | 0 | 0.52 | 0.48 | 0.67 | 355.81 | 0.35 | 0.24 |
| Hex | 53 | 28 | 2B | 0 | 34 | 30 | 43 | 164 | 23 | 18 |
| Octal | 123 | 50 | 53 | 0 | 64 | 60 | 103 | 544 | 43 | 30 |
| Binary | 1010011 | 101000 | 101011 | 0 | 110100 | 110000 | 1000011 | 101100100 | 100011 | 11000 |
Color Harmonies of #53282B
Complementary color
Monochromatic Colors of #53282B
Black with #53282B
Text Example
Text Example
White with #53282B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53282B; }
p { color: rgb(83,40,43); }
H1.HeaderClassName
{
color: #53282B;
}
.AnyTagClassName
{
color: #53282B;
}
</style>
background-color css
<style>
a { background-color: #53282B; }
a { background-color: rgb(83,40,43); }
div.DivClassName
{
background-color: #53282B;
}
.BgClassName
{
background-color: #53282B;
}
</style>
border-color css
<style>
span { border-color: #53282B; }
span { border-color: rgb(83,40,43); }
td.TdClassName
{
border-color: #53282B;
}
.TagClassName
{
border-color: #53282B;
}
</style>