Shades of Claret #6F2437
Tints of Claret #6F2437
RGB
CMYK
RGB Variations
Color information
#6F2437 (or 0x6F2437) is known color: Claret. HEX triplet: 6F, 24 and 37. RGB value is (111,36,55). Sum of RGB (Red+Green+Blue) = 111+36+55=202 (26% of max value = 765). Red value is 111 (43.75% from 255 or 54.95% from 202); Green value is 36 (14.45% from 255 or 17.82% from 202); Blue value is 55 (21.88% from 255 or 27.23% from 202); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2437 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2437 is #90DBC8. Grayscale: #3C3C3C. Windows color (decimal): -9493449 or 3613807. OLE color: 3613807.
HSL color Cylindrical-coordinate representation of color #6F2437: hue angle of 344.8º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6F2437 is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 36 | 55 | - |
| CMYK | 0 | 0.68 | 0.50 | 0.56 |
| HSL | 344.8º | 0.51% | 0.29% | - |
| HSV(B) | 344.8º | 0.68% | 0.44% | - |
| XYZ | 7.88 | 4.92 | 4.15 | - |
| YUV | 60.59 | 124.85 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 36 | 55 | 0 | 0.68 | 0.50 | 0.56 | 344.8 | 0.51 | 0.29 |
| Hex | 6F | 24 | 37 | 0 | 44 | 32 | 38 | 159 | 33 | 1D |
| Octal | 157 | 44 | 67 | 0 | 104 | 62 | 70 | 531 | 63 | 35 |
| Binary | 1101111 | 100100 | 110111 | 0 | 1000100 | 110010 | 111000 | 101011001 | 110011 | 11101 |
Color Harmonies of #6F2437
Complementary color
Monochromatic Colors of #6F2437
Black with #6F2437
Text Example
Text Example
White with #6F2437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2437; }
p { color: rgb(111,36,55); }
H1.HeaderClassName
{
color: #6F2437;
}
.AnyTagClassName
{
color: #6F2437;
}
</style>
background-color css
<style>
a { background-color: #6F2437; }
a { background-color: rgb(111,36,55); }
div.DivClassName
{
background-color: #6F2437;
}
.BgClassName
{
background-color: #6F2437;
}
</style>
border-color css
<style>
span { border-color: #6F2437; }
span { border-color: rgb(111,36,55); }
td.TdClassName
{
border-color: #6F2437;
}
.TagClassName
{
border-color: #6F2437;
}
</style>