Shades of Heath #533033
Tints of Heath #533033
RGB
CMYK
RGB Variations
Color information
#533033 (or 0x533033) is known color: Heath. HEX triplet: 53, 30 and 33. RGB value is (83,48,51). Sum of RGB (Red+Green+Blue) = 83+48+51=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 48 (19.14% from 255 or 26.37% from 182); Blue value is 51 (20.31% from 255 or 28.02% from 182); Max value from RGB is 83 - color contains mainly: red. Hex color #533033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533033 is #ACCFCC. Grayscale: #3A3A3A. Windows color (decimal): -11325389 or 3354707. OLE color: 3354707.
HSL color Cylindrical-coordinate representation of color #533033: hue angle of 354.86º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #533033 is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 48 | 51 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.67 |
| HSL | 354.86º | 0.27% | 0.26% | - |
| HSV(B) | 354.86º | 0.42% | 0.33% | - |
| XYZ | 5.22 | 4.19 | 3.67 | - |
| YUV | 58.81 | 123.6 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 48 | 51 | 0 | 0.42 | 0.39 | 0.67 | 354.86 | 0.27 | 0.26 |
| Hex | 53 | 30 | 33 | 0 | 2A | 27 | 43 | 163 | 1B | 1A |
| Octal | 123 | 60 | 63 | 0 | 52 | 47 | 103 | 543 | 33 | 32 |
| Binary | 1010011 | 110000 | 110011 | 0 | 101010 | 100111 | 1000011 | 101100011 | 11011 | 11010 |
Color Harmonies of #533033
Complementary color
Monochromatic Colors of #533033
Black with #533033
Text Example
Text Example
White with #533033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533033; }
p { color: rgb(83,48,51); }
H1.HeaderClassName
{
color: #533033;
}
.AnyTagClassName
{
color: #533033;
}
</style>
background-color css
<style>
a { background-color: #533033; }
a { background-color: rgb(83,48,51); }
div.DivClassName
{
background-color: #533033;
}
.BgClassName
{
background-color: #533033;
}
</style>
border-color css
<style>
span { border-color: #533033; }
span { border-color: rgb(83,48,51); }
td.TdClassName
{
border-color: #533033;
}
.TagClassName
{
border-color: #533033;
}
</style>