Shades of Heath #50272A
Tints of Heath #50272A
RGB
CMYK
RGB Variations
Color information
#50272A (or 0x50272A) is known color: Heath. HEX triplet: 50, 27 and 2A. RGB value is (80,39,42). Sum of RGB (Red+Green+Blue) = 80+39+42=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 39 (15.62% from 255 or 24.22% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 80 - color contains mainly: red. Hex color #50272A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50272A is #AFD8D5. Grayscale: #333333. Windows color (decimal): -11524310 or 2762576. OLE color: 2762576.
HSL color Cylindrical-coordinate representation of color #50272A: hue angle of 355.61º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #50272A is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 39 | 42 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.69 |
| HSL | 355.61º | 0.34% | 0.23% | - |
| HSV(B) | 355.61º | 0.51% | 0.31% | - |
| XYZ | 4.45 | 3.32 | 2.6 | - |
| YUV | 51.6 | 122.58 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 39 | 42 | 0 | 0.51 | 0.48 | 0.69 | 355.61 | 0.34 | 0.23 |
| Hex | 50 | 27 | 2A | 0 | 33 | 30 | 45 | 164 | 22 | 17 |
| Octal | 120 | 47 | 52 | 0 | 63 | 60 | 105 | 544 | 42 | 27 |
| Binary | 1010000 | 100111 | 101010 | 0 | 110011 | 110000 | 1000101 | 101100100 | 100010 | 10111 |
Color Harmonies of #50272A
Complementary color
Monochromatic Colors of #50272A
Black with #50272A
Text Example
Text Example
White with #50272A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50272A; }
p { color: rgb(80,39,42); }
H1.HeaderClassName
{
color: #50272A;
}
.AnyTagClassName
{
color: #50272A;
}
</style>
background-color css
<style>
a { background-color: #50272A; }
a { background-color: rgb(80,39,42); }
div.DivClassName
{
background-color: #50272A;
}
.BgClassName
{
background-color: #50272A;
}
</style>
border-color css
<style>
span { border-color: #50272A; }
span { border-color: rgb(80,39,42); }
td.TdClassName
{
border-color: #50272A;
}
.TagClassName
{
border-color: #50272A;
}
</style>