Shades of Heath #51272B
Tints of Heath #51272B
RGB
CMYK
RGB Variations
Color information
#51272B (or 0x51272B) is known color: Heath. HEX triplet: 51, 27 and 2B. RGB value is (81,39,43). Sum of RGB (Red+Green+Blue) = 81+39+43=163 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.69% from 163); Green value is 39 (15.62% from 255 or 23.93% from 163); Blue value is 43 (17.19% from 255 or 26.38% from 163); Max value from RGB is 81 - color contains mainly: red. Hex color #51272B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51272B is #AED8D4. Grayscale: #343434. Windows color (decimal): -11458773 or 2828113. OLE color: 2828113.
HSL color Cylindrical-coordinate representation of color #51272B: hue angle of 354.29º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #51272B is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 39 | 43 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.68 |
| HSL | 354.29º | 0.35% | 0.24% | - |
| HSV(B) | 354.29º | 0.52% | 0.32% | - |
| XYZ | 4.55 | 3.37 | 2.7 | - |
| YUV | 52.01 | 122.91 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 39 | 43 | 0 | 0.52 | 0.47 | 0.68 | 354.29 | 0.35 | 0.24 |
| Hex | 51 | 27 | 2B | 0 | 34 | 2F | 44 | 162 | 23 | 18 |
| Octal | 121 | 47 | 53 | 0 | 64 | 57 | 104 | 542 | 43 | 30 |
| Binary | 1010001 | 100111 | 101011 | 0 | 110100 | 101111 | 1000100 | 101100010 | 100011 | 11000 |
Color Harmonies of #51272B
Complementary color
Monochromatic Colors of #51272B
Black with #51272B
Text Example
Text Example
White with #51272B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51272B; }
p { color: rgb(81,39,43); }
H1.HeaderClassName
{
color: #51272B;
}
.AnyTagClassName
{
color: #51272B;
}
</style>
background-color css
<style>
a { background-color: #51272B; }
a { background-color: rgb(81,39,43); }
div.DivClassName
{
background-color: #51272B;
}
.BgClassName
{
background-color: #51272B;
}
</style>
border-color css
<style>
span { border-color: #51272B; }
span { border-color: rgb(81,39,43); }
td.TdClassName
{
border-color: #51272B;
}
.TagClassName
{
border-color: #51272B;
}
</style>