Shades of Heath #53272B
Tints of Heath #53272B
RGB
CMYK
RGB Variations
Color information
#53272B (or 0x53272B) is known color: Heath. HEX triplet: 53, 27 and 2B. RGB value is (83,39,43). Sum of RGB (Red+Green+Blue) = 83+39+43=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 39 (15.62% from 255 or 23.64% from 165); Blue value is 43 (17.19% from 255 or 26.06% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #53272B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53272B is #ACD8D4. Grayscale: #343434. Windows color (decimal): -11327701 or 2828115. OLE color: 2828115.
HSL color Cylindrical-coordinate representation of color #53272B: hue angle of 354.55º 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 #53272B is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 39 | 43 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.67 |
| HSL | 354.55º | 0.36% | 0.24% | - |
| HSV(B) | 354.55º | 0.53% | 0.33% | - |
| XYZ | 4.73 | 3.46 | 2.7 | - |
| YUV | 52.61 | 122.58 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 39 | 43 | 0 | 0.53 | 0.48 | 0.67 | 354.55 | 0.36 | 0.24 |
| Hex | 53 | 27 | 2B | 0 | 35 | 30 | 43 | 163 | 24 | 18 |
| Octal | 123 | 47 | 53 | 0 | 65 | 60 | 103 | 543 | 44 | 30 |
| Binary | 1010011 | 100111 | 101011 | 0 | 110101 | 110000 | 1000011 | 101100011 | 100100 | 11000 |
Color Harmonies of #53272B
Complementary color
Monochromatic Colors of #53272B
Black with #53272B
Text Example
Text Example
White with #53272B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53272B; }
p { color: rgb(83,39,43); }
H1.HeaderClassName
{
color: #53272B;
}
.AnyTagClassName
{
color: #53272B;
}
</style>
background-color css
<style>
a { background-color: #53272B; }
a { background-color: rgb(83,39,43); }
div.DivClassName
{
background-color: #53272B;
}
.BgClassName
{
background-color: #53272B;
}
</style>
border-color css
<style>
span { border-color: #53272B; }
span { border-color: rgb(83,39,43); }
td.TdClassName
{
border-color: #53272B;
}
.TagClassName
{
border-color: #53272B;
}
</style>