Shades of Claret #6F2331
Tints of Claret #6F2331
RGB
CMYK
RGB Variations
Color information
#6F2331 (or 0x6F2331) is known color: Claret. HEX triplet: 6F, 23 and 31. RGB value is (111,35,49). Sum of RGB (Red+Green+Blue) = 111+35+49=195 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.92% from 195); Green value is 35 (14.06% from 255 or 17.95% from 195); Blue value is 49 (19.53% from 255 or 25.13% from 195); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2331 is #90DCCE. Grayscale: #3B3B3B. Windows color (decimal): -9493711 or 3220335. OLE color: 3220335.
HSL color Cylindrical-coordinate representation of color #6F2331: hue angle of 348.95º 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 #6F2331 is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 35 | 49 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.56 |
| HSL | 348.95º | 0.52% | 0.29% | - |
| HSV(B) | 348.95º | 0.68% | 0.44% | - |
| XYZ | 7.71 | 4.8 | 3.43 | - |
| YUV | 59.32 | 122.18 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 35 | 49 | 0 | 0.68 | 0.56 | 0.56 | 348.95 | 0.52 | 0.29 |
| Hex | 6F | 23 | 31 | 0 | 44 | 38 | 38 | 15D | 34 | 1D |
| Octal | 157 | 43 | 61 | 0 | 104 | 70 | 70 | 535 | 64 | 35 |
| Binary | 1101111 | 100011 | 110001 | 0 | 1000100 | 111000 | 111000 | 101011101 | 110100 | 11101 |
Color Harmonies of #6F2331
Complementary color
Monochromatic Colors of #6F2331
Black with #6F2331
Text Example
Text Example
White with #6F2331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2331; }
p { color: rgb(111,35,49); }
H1.HeaderClassName
{
color: #6F2331;
}
.AnyTagClassName
{
color: #6F2331;
}
</style>
background-color css
<style>
a { background-color: #6F2331; }
a { background-color: rgb(111,35,49); }
div.DivClassName
{
background-color: #6F2331;
}
.BgClassName
{
background-color: #6F2331;
}
</style>
border-color css
<style>
span { border-color: #6F2331; }
span { border-color: rgb(111,35,49); }
td.TdClassName
{
border-color: #6F2331;
}
.TagClassName
{
border-color: #6F2331;
}
</style>