Shades of Heath #532C2D
Tints of Heath #532C2D
RGB
CMYK
RGB Variations
Color information
#532C2D (or 0x532C2D) is known color: Heath. HEX triplet: 53, 2C and 2D. RGB value is (83,44,45). Sum of RGB (Red+Green+Blue) = 83+44+45=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 44 (17.58% from 255 or 25.58% from 172); Blue value is 45 (17.97% from 255 or 26.16% from 172); Max value from RGB is 83 - color contains mainly: red. Hex color #532C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532C2D is #ACD3D2. Grayscale: #373737. Windows color (decimal): -11326419 or 2960467. OLE color: 2960467.
HSL color Cylindrical-coordinate representation of color #532C2D: hue angle of 358.46º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #532C2D is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 44 | 45 | - |
| CMYK | 0 | 0.47 | 0.46 | 0.67 |
| HSL | 358.46º | 0.31% | 0.25% | - |
| HSV(B) | 358.46º | 0.47% | 0.33% | - |
| XYZ | 4.94 | 3.83 | 2.96 | - |
| YUV | 55.78 | 121.92 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 44 | 45 | 0 | 0.47 | 0.46 | 0.67 | 358.46 | 0.31 | 0.25 |
| Hex | 53 | 2C | 2D | 0 | 2F | 2E | 43 | 166 | 1F | 19 |
| Octal | 123 | 54 | 55 | 0 | 57 | 56 | 103 | 546 | 37 | 31 |
| Binary | 1010011 | 101100 | 101101 | 0 | 101111 | 101110 | 1000011 | 101100110 | 11111 | 11001 |
Color Harmonies of #532C2D
Complementary color
Monochromatic Colors of #532C2D
Black with #532C2D
Text Example
Text Example
White with #532C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532C2D; }
p { color: rgb(83,44,45); }
H1.HeaderClassName
{
color: #532C2D;
}
.AnyTagClassName
{
color: #532C2D;
}
</style>
background-color css
<style>
a { background-color: #532C2D; }
a { background-color: rgb(83,44,45); }
div.DivClassName
{
background-color: #532C2D;
}
.BgClassName
{
background-color: #532C2D;
}
</style>
border-color css
<style>
span { border-color: #532C2D; }
span { border-color: rgb(83,44,45); }
td.TdClassName
{
border-color: #532C2D;
}
.TagClassName
{
border-color: #532C2D;
}
</style>