Shades of Heath #53272E
Tints of Heath #53272E
RGB
CMYK
RGB Variations
Color information
#53272E (or 0x53272E) is known color: Heath. HEX triplet: 53, 27 and 2E. RGB value is (83,39,46). Sum of RGB (Red+Green+Blue) = 83+39+46=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 39 (15.62% from 255 or 23.21% from 168); Blue value is 46 (18.36% from 255 or 27.38% from 168); Max value from RGB is 83 - color contains mainly: red. Hex color #53272E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53272E is #ACD8D1. Grayscale: #343434. Windows color (decimal): -11327698 or 3024723. OLE color: 3024723.
HSL color Cylindrical-coordinate representation of color #53272E: hue angle of 350.45º 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 #53272E is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 39 | 46 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.67 |
| HSL | 350.45º | 0.36% | 0.24% | - |
| HSV(B) | 350.45º | 0.53% | 0.33% | - |
| XYZ | 4.79 | 3.49 | 3.01 | - |
| YUV | 52.95 | 124.08 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 39 | 46 | 0 | 0.53 | 0.45 | 0.67 | 350.45 | 0.36 | 0.24 |
| Hex | 53 | 27 | 2E | 0 | 35 | 2D | 43 | 15E | 24 | 18 |
| Octal | 123 | 47 | 56 | 0 | 65 | 55 | 103 | 536 | 44 | 30 |
| Binary | 1010011 | 100111 | 101110 | 0 | 110101 | 101101 | 1000011 | 101011110 | 100100 | 11000 |
Color Harmonies of #53272E
Complementary color
Monochromatic Colors of #53272E
Black with #53272E
Text Example
Text Example
White with #53272E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53272E; }
p { color: rgb(83,39,46); }
H1.HeaderClassName
{
color: #53272E;
}
.AnyTagClassName
{
color: #53272E;
}
</style>
background-color css
<style>
a { background-color: #53272E; }
a { background-color: rgb(83,39,46); }
div.DivClassName
{
background-color: #53272E;
}
.BgClassName
{
background-color: #53272E;
}
</style>
border-color css
<style>
span { border-color: #53272E; }
span { border-color: rgb(83,39,46); }
td.TdClassName
{
border-color: #53272E;
}
.TagClassName
{
border-color: #53272E;
}
</style>