Shades of Caput Mortuum #502B23
Tints of Caput Mortuum #502B23
RGB
CMYK
RGB Variations
Color information
#502B23 (or 0x502B23) is known color: Caput Mortuum. HEX triplet: 50, 2B and 23. RGB value is (80,43,35). Sum of RGB (Red+Green+Blue) = 80+43+35=158 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.63% from 158); Green value is 43 (17.19% from 255 or 27.22% from 158); Blue value is 35 (14.06% from 255 or 22.15% from 158); Max value from RGB is 80 - color contains mainly: red. Hex color #502B23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502B23 is #AFD4DC. Grayscale: #353535. Windows color (decimal): -11523293 or 2304848. OLE color: 2304848.
HSL color Cylindrical-coordinate representation of color #502B23: hue angle of 10.67º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #502B23 is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 43 | 35 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.69 |
| HSL | 10.67º | 0.39% | 0.23% | - |
| HSV(B) | 10.67º | 0.56% | 0.31% | - |
| XYZ | 4.48 | 3.55 | 2.04 | - |
| YUV | 53.15 | 117.76 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 43 | 35 | 0 | 0.46 | 0.56 | 0.69 | 10.67 | 0.39 | 0.23 |
| Hex | 50 | 2B | 23 | 0 | 2E | 38 | 45 | B | 27 | 17 |
| Octal | 120 | 53 | 43 | 0 | 56 | 70 | 105 | 13 | 47 | 27 |
| Binary | 1010000 | 101011 | 100011 | 0 | 101110 | 111000 | 1000101 | 1011 | 100111 | 10111 |
Color Harmonies of #502B23
Complementary color
Monochromatic Colors of #502B23
Black with #502B23
Text Example
Text Example
White with #502B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502B23; }
p { color: rgb(80,43,35); }
H1.HeaderClassName
{
color: #502B23;
}
.AnyTagClassName
{
color: #502B23;
}
</style>
background-color css
<style>
a { background-color: #502B23; }
a { background-color: rgb(80,43,35); }
div.DivClassName
{
background-color: #502B23;
}
.BgClassName
{
background-color: #502B23;
}
</style>
border-color css
<style>
span { border-color: #502B23; }
span { border-color: rgb(80,43,35); }
td.TdClassName
{
border-color: #502B23;
}
.TagClassName
{
border-color: #502B23;
}
</style>