Shades of Claret #6F1635
Tints of Claret #6F1635
RGB
CMYK
RGB Variations
Color information
#6F1635 (or 0x6F1635) is known color: Claret. HEX triplet: 6F, 16 and 35. RGB value is (111,22,53). Sum of RGB (Red+Green+Blue) = 111+22+53=186 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.68% from 186); Green value is 22 (8.98% from 255 or 11.83% from 186); Blue value is 53 (21.09% from 255 or 28.49% from 186); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1635 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1635 is #90E9CA. Grayscale: #343434. Windows color (decimal): -9497035 or 3479151. OLE color: 3479151.
HSL color Cylindrical-coordinate representation of color #6F1635: hue angle of 339.1º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6F1635 is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 22 | 53 | - |
| CMYK | 0 | 0.80 | 0.52 | 0.56 |
| HSL | 339.1º | 0.67% | 0.26% | - |
| HSV(B) | 339.1º | 0.8% | 0.44% | - |
| XYZ | 7.49 | 4.21 | 3.79 | - |
| YUV | 52.15 | 128.49 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 22 | 53 | 0 | 0.80 | 0.52 | 0.56 | 339.1 | 0.67 | 0.26 |
| Hex | 6F | 16 | 35 | 0 | 50 | 34 | 38 | 153 | 43 | 1A |
| Octal | 157 | 26 | 65 | 0 | 120 | 64 | 70 | 523 | 103 | 32 |
| Binary | 1101111 | 10110 | 110101 | 0 | 1010000 | 110100 | 111000 | 101010011 | 1000011 | 11010 |
Color Harmonies of #6F1635
Complementary color
Monochromatic Colors of #6F1635
Black with #6F1635
Text Example
Text Example
White with #6F1635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1635; }
p { color: rgb(111,22,53); }
H1.HeaderClassName
{
color: #6F1635;
}
.AnyTagClassName
{
color: #6F1635;
}
</style>
background-color css
<style>
a { background-color: #6F1635; }
a { background-color: rgb(111,22,53); }
div.DivClassName
{
background-color: #6F1635;
}
.BgClassName
{
background-color: #6F1635;
}
</style>
border-color css
<style>
span { border-color: #6F1635; }
span { border-color: rgb(111,22,53); }
td.TdClassName
{
border-color: #6F1635;
}
.TagClassName
{
border-color: #6F1635;
}
</style>