Shades of Claret #6F1F37
Tints of Claret #6F1F37
RGB
CMYK
RGB Variations
Color information
#6F1F37 (or 0x6F1F37) is known color: Claret. HEX triplet: 6F, 1F and 37. RGB value is (111,31,55). Sum of RGB (Red+Green+Blue) = 111+31+55=197 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.35% from 197); Green value is 31 (12.5% from 255 or 15.74% from 197); Blue value is 55 (21.88% from 255 or 27.92% from 197); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1F37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1F37 is #90E0C8. Grayscale: #393939. Windows color (decimal): -9494729 or 3612527. OLE color: 3612527.
HSL color Cylindrical-coordinate representation of color #6F1F37: hue angle of 342º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6F1F37 is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 31 | 55 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.56 |
| HSL | 342º | 0.56% | 0.28% | - |
| HSV(B) | 342º | 0.72% | 0.44% | - |
| XYZ | 7.74 | 4.64 | 4.1 | - |
| YUV | 57.66 | 126.5 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 31 | 55 | 0 | 0.72 | 0.50 | 0.56 | 342 | 0.56 | 0.28 |
| Hex | 6F | 1F | 37 | 0 | 48 | 32 | 38 | 156 | 38 | 1C |
| Octal | 157 | 37 | 67 | 0 | 110 | 62 | 70 | 526 | 70 | 34 |
| Binary | 1101111 | 11111 | 110111 | 0 | 1001000 | 110010 | 111000 | 101010110 | 111000 | 11100 |
Color Harmonies of #6F1F37
Complementary color
Monochromatic Colors of #6F1F37
Black with #6F1F37
Text Example
Text Example
White with #6F1F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1F37; }
p { color: rgb(111,31,55); }
H1.HeaderClassName
{
color: #6F1F37;
}
.AnyTagClassName
{
color: #6F1F37;
}
</style>
background-color css
<style>
a { background-color: #6F1F37; }
a { background-color: rgb(111,31,55); }
div.DivClassName
{
background-color: #6F1F37;
}
.BgClassName
{
background-color: #6F1F37;
}
</style>
border-color css
<style>
span { border-color: #6F1F37; }
span { border-color: rgb(111,31,55); }
td.TdClassName
{
border-color: #6F1F37;
}
.TagClassName
{
border-color: #6F1F37;
}
</style>