Shades of Heath #503233
Tints of Heath #503233
RGB
CMYK
RGB Variations
Color information
#503233 (or 0x503233) is known color: Heath. HEX triplet: 50, 32 and 33. RGB value is (80,50,51). Sum of RGB (Red+Green+Blue) = 80+50+51=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 50 (19.92% from 255 or 27.62% from 181); Blue value is 51 (20.31% from 255 or 28.18% from 181); Max value from RGB is 80 - color contains mainly: red. Hex color #503233 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503233 is #AFCDCC. Grayscale: #3B3B3B. Windows color (decimal): -11521485 or 3355216. OLE color: 3355216.
HSL color Cylindrical-coordinate representation of color #503233: hue angle of 358º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #503233 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 50 | 51 | - |
| CMYK | 0 | 0.37 | 0.36 | 0.69 |
| HSL | 358º | 0.23% | 0.25% | - |
| HSV(B) | 358º | 0.38% | 0.31% | - |
| XYZ | 5.05 | 4.23 | 3.68 | - |
| YUV | 59.08 | 123.44 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 50 | 51 | 0 | 0.37 | 0.36 | 0.69 | 358 | 0.23 | 0.25 |
| Hex | 50 | 32 | 33 | 0 | 25 | 24 | 45 | 166 | 17 | 19 |
| Octal | 120 | 62 | 63 | 0 | 45 | 44 | 105 | 546 | 27 | 31 |
| Binary | 1010000 | 110010 | 110011 | 0 | 100101 | 100100 | 1000101 | 101100110 | 10111 | 11001 |
Color Harmonies of #503233
Complementary color
Monochromatic Colors of #503233
Black with #503233
Text Example
Text Example
White with #503233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503233; }
p { color: rgb(80,50,51); }
H1.HeaderClassName
{
color: #503233;
}
.AnyTagClassName
{
color: #503233;
}
</style>
background-color css
<style>
a { background-color: #503233; }
a { background-color: rgb(80,50,51); }
div.DivClassName
{
background-color: #503233;
}
.BgClassName
{
background-color: #503233;
}
</style>
border-color css
<style>
span { border-color: #503233; }
span { border-color: rgb(80,50,51); }
td.TdClassName
{
border-color: #503233;
}
.TagClassName
{
border-color: #503233;
}
</style>