Shades of Heath #51262C
Tints of Heath #51262C
RGB
CMYK
RGB Variations
Color information
#51262C (or 0x51262C) is known color: Heath. HEX triplet: 51, 26 and 2C. RGB value is (81,38,44). Sum of RGB (Red+Green+Blue) = 81+38+44=163 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.69% from 163); Green value is 38 (15.23% from 255 or 23.31% from 163); Blue value is 44 (17.58% from 255 or 26.99% from 163); Max value from RGB is 81 - color contains mainly: red. Hex color #51262C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51262C is #AED9D3. Grayscale: #333333. Windows color (decimal): -11459028 or 2893393. OLE color: 2893393.
HSL color Cylindrical-coordinate representation of color #51262C: hue angle of 351.63º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #51262C is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 38 | 44 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.68 |
| HSL | 351.63º | 0.36% | 0.23% | - |
| HSV(B) | 351.63º | 0.53% | 0.32% | - |
| XYZ | 4.54 | 3.32 | 2.78 | - |
| YUV | 51.54 | 123.75 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 38 | 44 | 0 | 0.53 | 0.46 | 0.68 | 351.63 | 0.36 | 0.23 |
| Hex | 51 | 26 | 2C | 0 | 35 | 2E | 44 | 160 | 24 | 17 |
| Octal | 121 | 46 | 54 | 0 | 65 | 56 | 104 | 540 | 44 | 27 |
| Binary | 1010001 | 100110 | 101100 | 0 | 110101 | 101110 | 1000100 | 101100000 | 100100 | 10111 |
Color Harmonies of #51262C
Complementary color
Monochromatic Colors of #51262C
Black with #51262C
Text Example
Text Example
White with #51262C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51262C; }
p { color: rgb(81,38,44); }
H1.HeaderClassName
{
color: #51262C;
}
.AnyTagClassName
{
color: #51262C;
}
</style>
background-color css
<style>
a { background-color: #51262C; }
a { background-color: rgb(81,38,44); }
div.DivClassName
{
background-color: #51262C;
}
.BgClassName
{
background-color: #51262C;
}
</style>
border-color css
<style>
span { border-color: #51262C; }
span { border-color: rgb(81,38,44); }
td.TdClassName
{
border-color: #51262C;
}
.TagClassName
{
border-color: #51262C;
}
</style>