Shades of Claret #6F2332
Tints of Claret #6F2332
RGB
CMYK
RGB Variations
Color information
#6F2332 (or 0x6F2332) is known color: Claret. HEX triplet: 6F, 23 and 32. RGB value is (111,35,50). Sum of RGB (Red+Green+Blue) = 111+35+50=196 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.63% from 196); Green value is 35 (14.06% from 255 or 17.86% from 196); Blue value is 50 (19.92% from 255 or 25.51% from 196); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2332 is #90DCCD. Grayscale: #3B3B3B. Windows color (decimal): -9493710 or 3285871. OLE color: 3285871.
HSL color Cylindrical-coordinate representation of color #6F2332: hue angle of 348.16º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6F2332 is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 35 | 50 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.56 |
| HSL | 348.16º | 0.52% | 0.29% | - |
| HSV(B) | 348.16º | 0.68% | 0.44% | - |
| XYZ | 7.73 | 4.81 | 3.54 | - |
| YUV | 59.43 | 122.68 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 35 | 50 | 0 | 0.68 | 0.55 | 0.56 | 348.16 | 0.52 | 0.29 |
| Hex | 6F | 23 | 32 | 0 | 44 | 37 | 38 | 15C | 34 | 1D |
| Octal | 157 | 43 | 62 | 0 | 104 | 67 | 70 | 534 | 64 | 35 |
| Binary | 1101111 | 100011 | 110010 | 0 | 1000100 | 110111 | 111000 | 101011100 | 110100 | 11101 |
Color Harmonies of #6F2332
Complementary color
Monochromatic Colors of #6F2332
Black with #6F2332
Text Example
Text Example
White with #6F2332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2332; }
p { color: rgb(111,35,50); }
H1.HeaderClassName
{
color: #6F2332;
}
.AnyTagClassName
{
color: #6F2332;
}
</style>
background-color css
<style>
a { background-color: #6F2332; }
a { background-color: rgb(111,35,50); }
div.DivClassName
{
background-color: #6F2332;
}
.BgClassName
{
background-color: #6F2332;
}
</style>
border-color css
<style>
span { border-color: #6F2332; }
span { border-color: rgb(111,35,50); }
td.TdClassName
{
border-color: #6F2332;
}
.TagClassName
{
border-color: #6F2332;
}
</style>