Shades of Claret #6F162D
Tints of Claret #6F162D
RGB
CMYK
RGB Variations
Color information
#6F162D (or 0x6F162D) is known color: Claret. HEX triplet: 6F, 16 and 2D. RGB value is (111,22,45). Sum of RGB (Red+Green+Blue) = 111+22+45=178 (23% of max value = 765). Red value is 111 (43.75% from 255 or 62.36% from 178); Green value is 22 (8.98% from 255 or 12.36% from 178); Blue value is 45 (17.97% from 255 or 25.28% from 178); Max value from RGB is 111 - color contains mainly: red. Hex color #6F162D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F162D is #90E9D2. Grayscale: #333333. Windows color (decimal): -9497043 or 2954863. OLE color: 2954863.
HSL color Cylindrical-coordinate representation of color #6F162D: hue angle of 344.49º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6F162D is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 22 | 45 | - |
| CMYK | 0 | 0.80 | 0.59 | 0.56 |
| HSL | 344.49º | 0.67% | 0.26% | - |
| HSV(B) | 344.49º | 0.8% | 0.44% | - |
| XYZ | 7.32 | 4.14 | 2.9 | - |
| YUV | 51.23 | 124.49 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 22 | 45 | 0 | 0.80 | 0.59 | 0.56 | 344.49 | 0.67 | 0.26 |
| Hex | 6F | 16 | 2D | 0 | 50 | 3B | 38 | 158 | 43 | 1A |
| Octal | 157 | 26 | 55 | 0 | 120 | 73 | 70 | 530 | 103 | 32 |
| Binary | 1101111 | 10110 | 101101 | 0 | 1010000 | 111011 | 111000 | 101011000 | 1000011 | 11010 |
Color Harmonies of #6F162D
Complementary color
Monochromatic Colors of #6F162D
Black with #6F162D
Text Example
Text Example
White with #6F162D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F162D; }
p { color: rgb(111,22,45); }
H1.HeaderClassName
{
color: #6F162D;
}
.AnyTagClassName
{
color: #6F162D;
}
</style>
background-color css
<style>
a { background-color: #6F162D; }
a { background-color: rgb(111,22,45); }
div.DivClassName
{
background-color: #6F162D;
}
.BgClassName
{
background-color: #6F162D;
}
</style>
border-color css
<style>
span { border-color: #6F162D; }
span { border-color: rgb(111,22,45); }
td.TdClassName
{
border-color: #6F162D;
}
.TagClassName
{
border-color: #6F162D;
}
</style>