Shades of Caput Mortuum #652B1F
Tints of Caput Mortuum #652B1F
RGB
CMYK
RGB Variations
Color information
#652B1F (or 0x652B1F) is known color: Caput Mortuum. HEX triplet: 65, 2B and 1F. RGB value is (101,43,31). Sum of RGB (Red+Green+Blue) = 101+43+31=175 (23% of max value = 765). Red value is 101 (39.84% from 255 or 57.71% from 175); Green value is 43 (17.19% from 255 or 24.57% from 175); Blue value is 31 (12.5% from 255 or 17.71% from 175); Max value from RGB is 101 - color contains mainly: red. Hex color #652B1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652B1F is #9AD4E0. Grayscale: #3B3B3B. Windows color (decimal): -10147041 or 2042725. OLE color: 2042725.
HSL color Cylindrical-coordinate representation of color #652B1F: hue angle of 10.29º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #652B1F is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 43 | 31 | - |
| CMYK | 0 | 0.57 | 0.69 | 0.60 |
| HSL | 10.29º | 0.53% | 0.26% | - |
| HSV(B) | 10.29º | 0.69% | 0.4% | - |
| XYZ | 6.48 | 4.59 | 1.84 | - |
| YUV | 58.97 | 112.22 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 43 | 31 | 0 | 0.57 | 0.69 | 0.60 | 10.29 | 0.53 | 0.26 |
| Hex | 65 | 2B | 1F | 0 | 39 | 45 | 3C | A | 35 | 1A |
| Octal | 145 | 53 | 37 | 0 | 71 | 105 | 74 | 12 | 65 | 32 |
| Binary | 1100101 | 101011 | 11111 | 0 | 111001 | 1000101 | 111100 | 1010 | 110101 | 11010 |
Color Harmonies of #652B1F
Complementary color
Monochromatic Colors of #652B1F
Black with #652B1F
Text Example
Text Example
White with #652B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652B1F; }
p { color: rgb(101,43,31); }
H1.HeaderClassName
{
color: #652B1F;
}
.AnyTagClassName
{
color: #652B1F;
}
</style>
background-color css
<style>
a { background-color: #652B1F; }
a { background-color: rgb(101,43,31); }
div.DivClassName
{
background-color: #652B1F;
}
.BgClassName
{
background-color: #652B1F;
}
</style>
border-color css
<style>
span { border-color: #652B1F; }
span { border-color: rgb(101,43,31); }
td.TdClassName
{
border-color: #652B1F;
}
.TagClassName
{
border-color: #652B1F;
}
</style>