Shades of Caput Mortuum #532A22
Tints of Caput Mortuum #532A22
RGB
CMYK
RGB Variations
Color information
#532A22 (or 0x532A22) is known color: Caput Mortuum. HEX triplet: 53, 2A and 22. RGB value is (83,42,34). Sum of RGB (Red+Green+Blue) = 83+42+34=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 42 (16.80% from 255 or 26.42% from 159); Blue value is 34 (13.67% from 255 or 21.38% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #532A22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532A22 is #ACD5DD. Grayscale: #353535. Windows color (decimal): -11326942 or 2239059. OLE color: 2239059.
HSL color Cylindrical-coordinate representation of color #532A22: hue angle of 9.8º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #532A22 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 42 | 34 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.67 |
| HSL | 9.8º | 0.42% | 0.23% | - |
| HSV(B) | 9.8º | 0.59% | 0.33% | - |
| XYZ | 4.68 | 3.61 | 1.96 | - |
| YUV | 53.35 | 117.08 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 42 | 34 | 0 | 0.49 | 0.59 | 0.67 | 9.8 | 0.42 | 0.23 |
| Hex | 53 | 2A | 22 | 0 | 31 | 3B | 43 | A | 2A | 17 |
| Octal | 123 | 52 | 42 | 0 | 61 | 73 | 103 | 12 | 52 | 27 |
| Binary | 1010011 | 101010 | 100010 | 0 | 110001 | 111011 | 1000011 | 1010 | 101010 | 10111 |
Color Harmonies of #532A22
Complementary color
Monochromatic Colors of #532A22
Black with #532A22
Text Example
Text Example
White with #532A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532A22; }
p { color: rgb(83,42,34); }
H1.HeaderClassName
{
color: #532A22;
}
.AnyTagClassName
{
color: #532A22;
}
</style>
background-color css
<style>
a { background-color: #532A22; }
a { background-color: rgb(83,42,34); }
div.DivClassName
{
background-color: #532A22;
}
.BgClassName
{
background-color: #532A22;
}
</style>
border-color css
<style>
span { border-color: #532A22; }
span { border-color: rgb(83,42,34); }
td.TdClassName
{
border-color: #532A22;
}
.TagClassName
{
border-color: #532A22;
}
</style>