Shades of Claret #6F2032
Tints of Claret #6F2032
RGB
CMYK
RGB Variations
Color information
#6F2032 (or 0x6F2032) is known color: Claret. HEX triplet: 6F, 20 and 32. RGB value is (111,32,50). Sum of RGB (Red+Green+Blue) = 111+32+50=193 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.51% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 50 (19.92% from 255 or 25.91% from 193); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2032 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2032 is #90DFCD. Grayscale: #393939. Windows color (decimal): -9494478 or 3285103. OLE color: 3285103.
HSL color Cylindrical-coordinate representation of color #6F2032: hue angle of 346.33º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6F2032 is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 32 | 50 | - |
| CMYK | 0 | 0.71 | 0.55 | 0.56 |
| HSL | 346.33º | 0.55% | 0.28% | - |
| HSV(B) | 346.33º | 0.71% | 0.44% | - |
| XYZ | 7.65 | 4.64 | 3.51 | - |
| YUV | 57.67 | 123.67 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 32 | 50 | 0 | 0.71 | 0.55 | 0.56 | 346.33 | 0.55 | 0.28 |
| Hex | 6F | 20 | 32 | 0 | 47 | 37 | 38 | 15A | 37 | 1C |
| Octal | 157 | 40 | 62 | 0 | 107 | 67 | 70 | 532 | 67 | 34 |
| Binary | 1101111 | 100000 | 110010 | 0 | 1000111 | 110111 | 111000 | 101011010 | 110111 | 11100 |
Color Harmonies of #6F2032
Complementary color
Monochromatic Colors of #6F2032
Black with #6F2032
Text Example
Text Example
White with #6F2032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2032; }
p { color: rgb(111,32,50); }
H1.HeaderClassName
{
color: #6F2032;
}
.AnyTagClassName
{
color: #6F2032;
}
</style>
background-color css
<style>
a { background-color: #6F2032; }
a { background-color: rgb(111,32,50); }
div.DivClassName
{
background-color: #6F2032;
}
.BgClassName
{
background-color: #6F2032;
}
</style>
border-color css
<style>
span { border-color: #6F2032; }
span { border-color: rgb(111,32,50); }
td.TdClassName
{
border-color: #6F2032;
}
.TagClassName
{
border-color: #6F2032;
}
</style>