Shades of Claret #6F102F
Tints of Claret #6F102F
RGB
CMYK
RGB Variations
Color information
#6F102F (or 0x6F102F) is known color: Claret. HEX triplet: 6F, 10 and 2F. RGB value is (111,16,47). Sum of RGB (Red+Green+Blue) = 111+16+47=174 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.79% from 174); Green value is 16 (6.64% from 255 or 9.20% from 174); Blue value is 47 (18.75% from 255 or 27.01% from 174); Max value from RGB is 111 - color contains mainly: red. Hex color #6F102F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F102F is #90EFD0. Grayscale: #2F2F2F. Windows color (decimal): -9498577 or 3084399. OLE color: 3084399.
HSL color Cylindrical-coordinate representation of color #6F102F: hue angle of 340.42º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F102F is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 16 | 47 | - |
| CMYK | 0 | 0.86 | 0.58 | 0.56 |
| HSL | 340.42º | 0.75% | 0.25% | - |
| HSV(B) | 340.42º | 0.86% | 0.44% | - |
| XYZ | 7.25 | 3.96 | 3.07 | - |
| YUV | 47.94 | 127.47 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 16 | 47 | 0 | 0.86 | 0.58 | 0.56 | 340.42 | 0.75 | 0.25 |
| Hex | 6F | 10 | 2F | 0 | 56 | 3A | 38 | 154 | 4B | 19 |
| Octal | 157 | 20 | 57 | 0 | 126 | 72 | 70 | 524 | 113 | 31 |
| Binary | 1101111 | 10000 | 101111 | 0 | 1010110 | 111010 | 111000 | 101010100 | 1001011 | 11001 |
Color Harmonies of #6F102F
Complementary color
Monochromatic Colors of #6F102F
Black with #6F102F
Text Example
Text Example
White with #6F102F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F102F; }
p { color: rgb(111,16,47); }
H1.HeaderClassName
{
color: #6F102F;
}
.AnyTagClassName
{
color: #6F102F;
}
</style>
background-color css
<style>
a { background-color: #6F102F; }
a { background-color: rgb(111,16,47); }
div.DivClassName
{
background-color: #6F102F;
}
.BgClassName
{
background-color: #6F102F;
}
</style>
border-color css
<style>
span { border-color: #6F102F; }
span { border-color: rgb(111,16,47); }
td.TdClassName
{
border-color: #6F102F;
}
.TagClassName
{
border-color: #6F102F;
}
</style>