Shades of Claret #6F2132
Tints of Claret #6F2132
RGB
CMYK
RGB Variations
Color information
#6F2132 (or 0x6F2132) is known color: Claret. HEX triplet: 6F, 21 and 32. RGB value is (111,33,50). Sum of RGB (Red+Green+Blue) = 111+33+50=194 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.22% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 50 (19.92% from 255 or 25.77% from 194); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2132 is #90DECD. Grayscale: #3A3A3A. Windows color (decimal): -9494222 or 3285359. OLE color: 3285359.
HSL color Cylindrical-coordinate representation of color #6F2132: hue angle of 346.92º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6F2132 is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 33 | 50 | - |
| CMYK | 0 | 0.70 | 0.55 | 0.56 |
| HSL | 346.92º | 0.54% | 0.28% | - |
| HSV(B) | 346.92º | 0.7% | 0.44% | - |
| XYZ | 7.68 | 4.7 | 3.52 | - |
| YUV | 58.26 | 123.34 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 33 | 50 | 0 | 0.70 | 0.55 | 0.56 | 346.92 | 0.54 | 0.28 |
| Hex | 6F | 21 | 32 | 0 | 46 | 37 | 38 | 15B | 36 | 1C |
| Octal | 157 | 41 | 62 | 0 | 106 | 67 | 70 | 533 | 66 | 34 |
| Binary | 1101111 | 100001 | 110010 | 0 | 1000110 | 110111 | 111000 | 101011011 | 110110 | 11100 |
Color Harmonies of #6F2132
Complementary color
Monochromatic Colors of #6F2132
Black with #6F2132
Text Example
Text Example
White with #6F2132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2132; }
p { color: rgb(111,33,50); }
H1.HeaderClassName
{
color: #6F2132;
}
.AnyTagClassName
{
color: #6F2132;
}
</style>
background-color css
<style>
a { background-color: #6F2132; }
a { background-color: rgb(111,33,50); }
div.DivClassName
{
background-color: #6F2132;
}
.BgClassName
{
background-color: #6F2132;
}
</style>
border-color css
<style>
span { border-color: #6F2132; }
span { border-color: rgb(111,33,50); }
td.TdClassName
{
border-color: #6F2132;
}
.TagClassName
{
border-color: #6F2132;
}
</style>