Shades of Claret #6F102D
Tints of Claret #6F102D
RGB
CMYK
RGB Variations
Color information
#6F102D (or 0x6F102D) is known color: Claret. HEX triplet: 6F, 10 and 2D. RGB value is (111,16,45). Sum of RGB (Red+Green+Blue) = 111+16+45=172 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.53% from 172); Green value is 16 (6.64% from 255 or 9.30% from 172); Blue value is 45 (17.97% from 255 or 26.16% from 172); Max value from RGB is 111 - color contains mainly: red. Hex color #6F102D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F102D is #90EFD2. Grayscale: #2F2F2F. Windows color (decimal): -9498579 or 2953327. OLE color: 2953327.
HSL color Cylindrical-coordinate representation of color #6F102D: hue angle of 341.68º 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 #6F102D is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 16 | 45 | - |
| CMYK | 0 | 0.86 | 0.59 | 0.56 |
| HSL | 341.68º | 0.75% | 0.25% | - |
| HSV(B) | 341.68º | 0.86% | 0.44% | - |
| XYZ | 7.21 | 3.94 | 2.86 | - |
| YUV | 47.71 | 126.47 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 16 | 45 | 0 | 0.86 | 0.59 | 0.56 | 341.68 | 0.75 | 0.25 |
| Hex | 6F | 10 | 2D | 0 | 56 | 3B | 38 | 156 | 4B | 19 |
| Octal | 157 | 20 | 55 | 0 | 126 | 73 | 70 | 526 | 113 | 31 |
| Binary | 1101111 | 10000 | 101101 | 0 | 1010110 | 111011 | 111000 | 101010110 | 1001011 | 11001 |
Color Harmonies of #6F102D
Complementary color
Monochromatic Colors of #6F102D
Black with #6F102D
Text Example
Text Example
White with #6F102D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F102D; }
p { color: rgb(111,16,45); }
H1.HeaderClassName
{
color: #6F102D;
}
.AnyTagClassName
{
color: #6F102D;
}
</style>
background-color css
<style>
a { background-color: #6F102D; }
a { background-color: rgb(111,16,45); }
div.DivClassName
{
background-color: #6F102D;
}
.BgClassName
{
background-color: #6F102D;
}
</style>
border-color css
<style>
span { border-color: #6F102D; }
span { border-color: rgb(111,16,45); }
td.TdClassName
{
border-color: #6F102D;
}
.TagClassName
{
border-color: #6F102D;
}
</style>