Shades of Heath #532E31
Tints of Heath #532E31
RGB
CMYK
RGB Variations
Color information
#532E31 (or 0x532E31) is known color: Heath. HEX triplet: 53, 2E and 31. RGB value is (83,46,49). Sum of RGB (Red+Green+Blue) = 83+46+49=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 46 (18.36% from 255 or 25.84% from 178); Blue value is 49 (19.53% from 255 or 27.53% from 178); Max value from RGB is 83 - color contains mainly: red. Hex color #532E31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532E31 is #ACD1CE. Grayscale: #393939. Windows color (decimal): -11325903 or 3223123. OLE color: 3223123.
HSL color Cylindrical-coordinate representation of color #532E31: hue angle of 355.14º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #532E31 is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 46 | 49 | - |
| CMYK | 0 | 0.45 | 0.41 | 0.67 |
| HSL | 355.14º | 0.29% | 0.25% | - |
| HSV(B) | 355.14º | 0.45% | 0.33% | - |
| XYZ | 5.1 | 4.01 | 3.41 | - |
| YUV | 57.41 | 123.26 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 46 | 49 | 0 | 0.45 | 0.41 | 0.67 | 355.14 | 0.29 | 0.25 |
| Hex | 53 | 2E | 31 | 0 | 2D | 29 | 43 | 163 | 1D | 19 |
| Octal | 123 | 56 | 61 | 0 | 55 | 51 | 103 | 543 | 35 | 31 |
| Binary | 1010011 | 101110 | 110001 | 0 | 101101 | 101001 | 1000011 | 101100011 | 11101 | 11001 |
Color Harmonies of #532E31
Complementary color
Monochromatic Colors of #532E31
Black with #532E31
Text Example
Text Example
White with #532E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532E31; }
p { color: rgb(83,46,49); }
H1.HeaderClassName
{
color: #532E31;
}
.AnyTagClassName
{
color: #532E31;
}
</style>
background-color css
<style>
a { background-color: #532E31; }
a { background-color: rgb(83,46,49); }
div.DivClassName
{
background-color: #532E31;
}
.BgClassName
{
background-color: #532E31;
}
</style>
border-color css
<style>
span { border-color: #532E31; }
span { border-color: rgb(83,46,49); }
td.TdClassName
{
border-color: #532E31;
}
.TagClassName
{
border-color: #532E31;
}
</style>