Shades of Heath #53272D
Tints of Heath #53272D
RGB
CMYK
RGB Variations
Color information
#53272D (or 0x53272D) is known color: Heath. HEX triplet: 53, 27 and 2D. RGB value is (83,39,45). Sum of RGB (Red+Green+Blue) = 83+39+45=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 39 (15.62% from 255 or 23.35% from 167); Blue value is 45 (17.97% from 255 or 26.95% from 167); Max value from RGB is 83 - color contains mainly: red. Hex color #53272D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53272D is #ACD8D2. Grayscale: #343434. Windows color (decimal): -11327699 or 2959187. OLE color: 2959187.
HSL color Cylindrical-coordinate representation of color #53272D: hue angle of 351.82º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53272D is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 39 | 45 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.67 |
| HSL | 351.82º | 0.36% | 0.24% | - |
| HSV(B) | 351.82º | 0.53% | 0.33% | - |
| XYZ | 4.77 | 3.48 | 2.9 | - |
| YUV | 52.84 | 123.58 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 39 | 45 | 0 | 0.53 | 0.46 | 0.67 | 351.82 | 0.36 | 0.24 |
| Hex | 53 | 27 | 2D | 0 | 35 | 2E | 43 | 160 | 24 | 18 |
| Octal | 123 | 47 | 55 | 0 | 65 | 56 | 103 | 540 | 44 | 30 |
| Binary | 1010011 | 100111 | 101101 | 0 | 110101 | 101110 | 1000011 | 101100000 | 100100 | 11000 |
Color Harmonies of #53272D
Complementary color
Monochromatic Colors of #53272D
Black with #53272D
Text Example
Text Example
White with #53272D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53272D; }
p { color: rgb(83,39,45); }
H1.HeaderClassName
{
color: #53272D;
}
.AnyTagClassName
{
color: #53272D;
}
</style>
background-color css
<style>
a { background-color: #53272D; }
a { background-color: rgb(83,39,45); }
div.DivClassName
{
background-color: #53272D;
}
.BgClassName
{
background-color: #53272D;
}
</style>
border-color css
<style>
span { border-color: #53272D; }
span { border-color: rgb(83,39,45); }
td.TdClassName
{
border-color: #53272D;
}
.TagClassName
{
border-color: #53272D;
}
</style>