Shades of Heath #533133
Tints of Heath #533133
RGB
CMYK
RGB Variations
Color information
#533133 (or 0x533133) is known color: Heath. HEX triplet: 53, 31 and 33. RGB value is (83,49,51). Sum of RGB (Red+Green+Blue) = 83+49+51=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 49 (19.53% from 255 or 26.78% from 183); Blue value is 51 (20.31% from 255 or 27.87% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #533133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533133 is #ACCECC. Grayscale: #3B3B3B. Windows color (decimal): -11325133 or 3354963. OLE color: 3354963.
HSL color Cylindrical-coordinate representation of color #533133: hue angle of 356.47º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #533133 is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 49 | 51 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.67 |
| HSL | 356.47º | 0.26% | 0.26% | - |
| HSV(B) | 356.47º | 0.41% | 0.33% | - |
| XYZ | 5.26 | 4.27 | 3.68 | - |
| YUV | 59.39 | 123.26 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 49 | 51 | 0 | 0.41 | 0.39 | 0.67 | 356.47 | 0.26 | 0.26 |
| Hex | 53 | 31 | 33 | 0 | 29 | 27 | 43 | 164 | 1A | 1A |
| Octal | 123 | 61 | 63 | 0 | 51 | 47 | 103 | 544 | 32 | 32 |
| Binary | 1010011 | 110001 | 110011 | 0 | 101001 | 100111 | 1000011 | 101100100 | 11010 | 11010 |
Color Harmonies of #533133
Complementary color
Monochromatic Colors of #533133
Black with #533133
Text Example
Text Example
White with #533133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533133; }
p { color: rgb(83,49,51); }
H1.HeaderClassName
{
color: #533133;
}
.AnyTagClassName
{
color: #533133;
}
</style>
background-color css
<style>
a { background-color: #533133; }
a { background-color: rgb(83,49,51); }
div.DivClassName
{
background-color: #533133;
}
.BgClassName
{
background-color: #533133;
}
</style>
border-color css
<style>
span { border-color: #533133; }
span { border-color: rgb(83,49,51); }
td.TdClassName
{
border-color: #533133;
}
.TagClassName
{
border-color: #533133;
}
</style>