Shades of Claret #6E1836
Tints of Claret #6E1836
RGB
CMYK
RGB Variations
Color information
#6E1836 (or 0x6E1836) is known color: Claret. HEX triplet: 6E, 18 and 36. RGB value is (110,24,54). Sum of RGB (Red+Green+Blue) = 110+24+54=188 (24% of max value = 765). Red value is 110 (43.36% from 255 or 58.51% from 188); Green value is 24 (9.77% from 255 or 12.77% from 188); Blue value is 54 (21.48% from 255 or 28.72% from 188); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1836 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E1836 is #91E7C9. Grayscale: #353535. Windows color (decimal): -9562058 or 3545198. OLE color: 3545198.
HSL color Cylindrical-coordinate representation of color #6E1836: hue angle of 339.07º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6E1836 is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 24 | 54 | - |
| CMYK | 0 | 0.78 | 0.51 | 0.57 |
| HSL | 339.07º | 0.64% | 0.26% | - |
| HSV(B) | 339.07º | 0.78% | 0.43% | - |
| XYZ | 7.42 | 4.23 | 3.92 | - |
| YUV | 53.13 | 128.49 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 24 | 54 | 0 | 0.78 | 0.51 | 0.57 | 339.07 | 0.64 | 0.26 |
| Hex | 6E | 18 | 36 | 0 | 4E | 33 | 39 | 153 | 40 | 1A |
| Octal | 156 | 30 | 66 | 0 | 116 | 63 | 71 | 523 | 100 | 32 |
| Binary | 1101110 | 11000 | 110110 | 0 | 1001110 | 110011 | 111001 | 101010011 | 1000000 | 11010 |
Color Harmonies of #6E1836
Complementary color
Monochromatic Colors of #6E1836
Black with #6E1836
Text Example
Text Example
White with #6E1836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1836; }
p { color: rgb(110,24,54); }
H1.HeaderClassName
{
color: #6E1836;
}
.AnyTagClassName
{
color: #6E1836;
}
</style>
background-color css
<style>
a { background-color: #6E1836; }
a { background-color: rgb(110,24,54); }
div.DivClassName
{
background-color: #6E1836;
}
.BgClassName
{
background-color: #6E1836;
}
</style>
border-color css
<style>
span { border-color: #6E1836; }
span { border-color: rgb(110,24,54); }
td.TdClassName
{
border-color: #6E1836;
}
.TagClassName
{
border-color: #6E1836;
}
</style>