Shades of Claret #6F1837
Tints of Claret #6F1837
RGB
CMYK
RGB Variations
Color information
#6F1837 (or 0x6F1837) is known color: Claret. HEX triplet: 6F, 18 and 37. RGB value is (111,24,55). Sum of RGB (Red+Green+Blue) = 111+24+55=190 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.42% from 190); Green value is 24 (9.77% from 255 or 12.63% from 190); Blue value is 55 (21.88% from 255 or 28.95% from 190); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1837 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1837 is #90E7C8. Grayscale: #353535. Windows color (decimal): -9496521 or 3610735. OLE color: 3610735.
HSL color Cylindrical-coordinate representation of color #6F1837: hue angle of 338.62º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6F1837 is Cyan = 0, Magento = 0.78, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 24 | 55 | - |
| CMYK | 0 | 0.78 | 0.50 | 0.56 |
| HSL | 338.62º | 0.64% | 0.26% | - |
| HSV(B) | 338.62º | 0.78% | 0.44% | - |
| XYZ | 7.57 | 4.31 | 4.05 | - |
| YUV | 53.55 | 128.82 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 24 | 55 | 0 | 0.78 | 0.50 | 0.56 | 338.62 | 0.64 | 0.26 |
| Hex | 6F | 18 | 37 | 0 | 4E | 32 | 38 | 153 | 40 | 1A |
| Octal | 157 | 30 | 67 | 0 | 116 | 62 | 70 | 523 | 100 | 32 |
| Binary | 1101111 | 11000 | 110111 | 0 | 1001110 | 110010 | 111000 | 101010011 | 1000000 | 11010 |
Color Harmonies of #6F1837
Complementary color
Monochromatic Colors of #6F1837
Black with #6F1837
Text Example
Text Example
White with #6F1837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1837; }
p { color: rgb(111,24,55); }
H1.HeaderClassName
{
color: #6F1837;
}
.AnyTagClassName
{
color: #6F1837;
}
</style>
background-color css
<style>
a { background-color: #6F1837; }
a { background-color: rgb(111,24,55); }
div.DivClassName
{
background-color: #6F1837;
}
.BgClassName
{
background-color: #6F1837;
}
</style>
border-color css
<style>
span { border-color: #6F1837; }
span { border-color: rgb(111,24,55); }
td.TdClassName
{
border-color: #6F1837;
}
.TagClassName
{
border-color: #6F1837;
}
</style>