Shades of Heath #532A2D
Tints of Heath #532A2D
RGB
CMYK
RGB Variations
Color information
#532A2D (or 0x532A2D) is known color: Heath. HEX triplet: 53, 2A and 2D. RGB value is (83,42,45). Sum of RGB (Red+Green+Blue) = 83+42+45=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 42 (16.80% from 255 or 24.71% from 170); Blue value is 45 (17.97% from 255 or 26.47% from 170); Max value from RGB is 83 - color contains mainly: red. Hex color #532A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532A2D is #ACD5D2. Grayscale: #363636. Windows color (decimal): -11326931 or 2959955. OLE color: 2959955.
HSL color Cylindrical-coordinate representation of color #532A2D: hue angle of 355.61º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #532A2D is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 42 | 45 | - |
| CMYK | 0 | 0.49 | 0.46 | 0.67 |
| HSL | 355.61º | 0.33% | 0.25% | - |
| HSV(B) | 355.61º | 0.49% | 0.33% | - |
| XYZ | 4.87 | 3.68 | 2.94 | - |
| YUV | 54.6 | 122.58 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 42 | 45 | 0 | 0.49 | 0.46 | 0.67 | 355.61 | 0.33 | 0.25 |
| Hex | 53 | 2A | 2D | 0 | 31 | 2E | 43 | 164 | 21 | 19 |
| Octal | 123 | 52 | 55 | 0 | 61 | 56 | 103 | 544 | 41 | 31 |
| Binary | 1010011 | 101010 | 101101 | 0 | 110001 | 101110 | 1000011 | 101100100 | 100001 | 11001 |
Color Harmonies of #532A2D
Complementary color
Monochromatic Colors of #532A2D
Black with #532A2D
Text Example
Text Example
White with #532A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532A2D; }
p { color: rgb(83,42,45); }
H1.HeaderClassName
{
color: #532A2D;
}
.AnyTagClassName
{
color: #532A2D;
}
</style>
background-color css
<style>
a { background-color: #532A2D; }
a { background-color: rgb(83,42,45); }
div.DivClassName
{
background-color: #532A2D;
}
.BgClassName
{
background-color: #532A2D;
}
</style>
border-color css
<style>
span { border-color: #532A2D; }
span { border-color: rgb(83,42,45); }
td.TdClassName
{
border-color: #532A2D;
}
.TagClassName
{
border-color: #532A2D;
}
</style>