Shades of Claret #6F2531
Tints of Claret #6F2531
RGB
CMYK
RGB Variations
Color information
#6F2531 (or 0x6F2531) is known color: Claret. HEX triplet: 6F, 25 and 31. RGB value is (111,37,49). Sum of RGB (Red+Green+Blue) = 111+37+49=197 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.35% from 197); Green value is 37 (14.84% from 255 or 18.78% from 197); Blue value is 49 (19.53% from 255 or 24.87% from 197); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2531 is #90DACE. Grayscale: #3C3C3C. Windows color (decimal): -9493199 or 3220847. OLE color: 3220847.
HSL color Cylindrical-coordinate representation of color #6F2531: hue angle of 350.27º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6F2531 is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 37 | 49 | - |
| CMYK | 0 | 0.67 | 0.56 | 0.56 |
| HSL | 350.27º | 0.5% | 0.29% | - |
| HSV(B) | 350.27º | 0.67% | 0.44% | - |
| XYZ | 7.77 | 4.92 | 3.45 | - |
| YUV | 60.49 | 121.52 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 37 | 49 | 0 | 0.67 | 0.56 | 0.56 | 350.27 | 0.5 | 0.29 |
| Hex | 6F | 25 | 31 | 0 | 43 | 38 | 38 | 15E | 32 | 1D |
| Octal | 157 | 45 | 61 | 0 | 103 | 70 | 70 | 536 | 62 | 35 |
| Binary | 1101111 | 100101 | 110001 | 0 | 1000011 | 111000 | 111000 | 101011110 | 110010 | 11101 |
Color Harmonies of #6F2531
Complementary color
Monochromatic Colors of #6F2531
Black with #6F2531
Text Example
Text Example
White with #6F2531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2531; }
p { color: rgb(111,37,49); }
H1.HeaderClassName
{
color: #6F2531;
}
.AnyTagClassName
{
color: #6F2531;
}
</style>
background-color css
<style>
a { background-color: #6F2531; }
a { background-color: rgb(111,37,49); }
div.DivClassName
{
background-color: #6F2531;
}
.BgClassName
{
background-color: #6F2531;
}
</style>
border-color css
<style>
span { border-color: #6F2531; }
span { border-color: rgb(111,37,49); }
td.TdClassName
{
border-color: #6F2531;
}
.TagClassName
{
border-color: #6F2531;
}
</style>