Shades of Claret #6F1831
Tints of Claret #6F1831
RGB
CMYK
RGB Variations
Color information
#6F1831 (or 0x6F1831) is known color: Claret. HEX triplet: 6F, 18 and 31. RGB value is (111,24,49). Sum of RGB (Red+Green+Blue) = 111+24+49=184 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.33% from 184); Green value is 24 (9.77% from 255 or 13.04% from 184); Blue value is 49 (19.53% from 255 or 26.63% from 184); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1831 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1831 is #90E7CE. Grayscale: #343434. Windows color (decimal): -9496527 or 3217519. OLE color: 3217519.
HSL color Cylindrical-coordinate representation of color #6F1831: hue angle of 342.76º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6F1831 is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 24 | 49 | - |
| CMYK | 0 | 0.78 | 0.56 | 0.56 |
| HSL | 342.76º | 0.64% | 0.26% | - |
| HSV(B) | 342.76º | 0.78% | 0.44% | - |
| XYZ | 7.44 | 4.25 | 3.33 | - |
| YUV | 52.86 | 125.82 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 24 | 49 | 0 | 0.78 | 0.56 | 0.56 | 342.76 | 0.64 | 0.26 |
| Hex | 6F | 18 | 31 | 0 | 4E | 38 | 38 | 157 | 40 | 1A |
| Octal | 157 | 30 | 61 | 0 | 116 | 70 | 70 | 527 | 100 | 32 |
| Binary | 1101111 | 11000 | 110001 | 0 | 1001110 | 111000 | 111000 | 101010111 | 1000000 | 11010 |
Color Harmonies of #6F1831
Complementary color
Monochromatic Colors of #6F1831
Black with #6F1831
Text Example
Text Example
White with #6F1831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1831; }
p { color: rgb(111,24,49); }
H1.HeaderClassName
{
color: #6F1831;
}
.AnyTagClassName
{
color: #6F1831;
}
</style>
background-color css
<style>
a { background-color: #6F1831; }
a { background-color: rgb(111,24,49); }
div.DivClassName
{
background-color: #6F1831;
}
.BgClassName
{
background-color: #6F1831;
}
</style>
border-color css
<style>
span { border-color: #6F1831; }
span { border-color: rgb(111,24,49); }
td.TdClassName
{
border-color: #6F1831;
}
.TagClassName
{
border-color: #6F1831;
}
</style>