Shades of Heath #503334
Tints of Heath #503334
RGB
CMYK
RGB Variations
Color information
#503334 (or 0x503334) is known color: Heath. HEX triplet: 50, 33 and 34. RGB value is (80,51,52). Sum of RGB (Red+Green+Blue) = 80+51+52=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 51 (20.31% from 255 or 27.87% from 183); Blue value is 52 (20.70% from 255 or 28.42% from 183); Max value from RGB is 80 - color contains mainly: red. Hex color #503334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503334 is #AFCCCB. Grayscale: #3B3B3B. Windows color (decimal): -11521228 or 3421008. OLE color: 3421008.
HSL color Cylindrical-coordinate representation of color #503334: hue angle of 357.93º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #503334 is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 51 | 52 | - |
| CMYK | 0 | 0.36 | 0.35 | 0.69 |
| HSL | 357.93º | 0.22% | 0.26% | - |
| HSV(B) | 357.93º | 0.36% | 0.31% | - |
| XYZ | 5.11 | 4.32 | 3.81 | - |
| YUV | 59.79 | 123.61 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 51 | 52 | 0 | 0.36 | 0.35 | 0.69 | 357.93 | 0.22 | 0.26 |
| Hex | 50 | 33 | 34 | 0 | 24 | 23 | 45 | 166 | 16 | 1A |
| Octal | 120 | 63 | 64 | 0 | 44 | 43 | 105 | 546 | 26 | 32 |
| Binary | 1010000 | 110011 | 110100 | 0 | 100100 | 100011 | 1000101 | 101100110 | 10110 | 11010 |
Color Harmonies of #503334
Complementary color
Monochromatic Colors of #503334
Black with #503334
Text Example
Text Example
White with #503334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503334; }
p { color: rgb(80,51,52); }
H1.HeaderClassName
{
color: #503334;
}
.AnyTagClassName
{
color: #503334;
}
</style>
background-color css
<style>
a { background-color: #503334; }
a { background-color: rgb(80,51,52); }
div.DivClassName
{
background-color: #503334;
}
.BgClassName
{
background-color: #503334;
}
</style>
border-color css
<style>
span { border-color: #503334; }
span { border-color: rgb(80,51,52); }
td.TdClassName
{
border-color: #503334;
}
.TagClassName
{
border-color: #503334;
}
</style>