Shades of Claret #6F192D
Tints of Claret #6F192D
RGB
CMYK
RGB Variations
Color information
#6F192D (or 0x6F192D) is known color: Claret. HEX triplet: 6F, 19 and 2D. RGB value is (111,25,45). Sum of RGB (Red+Green+Blue) = 111+25+45=181 (23% of max value = 765). Red value is 111 (43.75% from 255 or 61.33% from 181); Green value is 25 (10.16% from 255 or 13.81% from 181); Blue value is 45 (17.97% from 255 or 24.86% from 181); Max value from RGB is 111 - color contains mainly: red. Hex color #6F192D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F192D is #90E6D2. Grayscale: #353535. Windows color (decimal): -9496275 or 2955631. OLE color: 2955631.
HSL color Cylindrical-coordinate representation of color #6F192D: hue angle of 346.05º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F192D is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 25 | 45 | - |
| CMYK | 0 | 0.77 | 0.59 | 0.56 |
| HSL | 346.05º | 0.63% | 0.27% | - |
| HSV(B) | 346.05º | 0.77% | 0.44% | - |
| XYZ | 7.38 | 4.26 | 2.92 | - |
| YUV | 52.99 | 123.49 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 25 | 45 | 0 | 0.77 | 0.59 | 0.56 | 346.05 | 0.63 | 0.27 |
| Hex | 6F | 19 | 2D | 0 | 4D | 3B | 38 | 15A | 3F | 1B |
| Octal | 157 | 31 | 55 | 0 | 115 | 73 | 70 | 532 | 77 | 33 |
| Binary | 1101111 | 11001 | 101101 | 0 | 1001101 | 111011 | 111000 | 101011010 | 111111 | 11011 |
Color Harmonies of #6F192D
Complementary color
Monochromatic Colors of #6F192D
Black with #6F192D
Text Example
Text Example
White with #6F192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F192D; }
p { color: rgb(111,25,45); }
H1.HeaderClassName
{
color: #6F192D;
}
.AnyTagClassName
{
color: #6F192D;
}
</style>
background-color css
<style>
a { background-color: #6F192D; }
a { background-color: rgb(111,25,45); }
div.DivClassName
{
background-color: #6F192D;
}
.BgClassName
{
background-color: #6F192D;
}
</style>
border-color css
<style>
span { border-color: #6F192D; }
span { border-color: rgb(111,25,45); }
td.TdClassName
{
border-color: #6F192D;
}
.TagClassName
{
border-color: #6F192D;
}
</style>