Shades of Claret #6E2336
Tints of Claret #6E2336
RGB
CMYK
RGB Variations
Color information
#6E2336 (or 0x6E2336) is known color: Claret. HEX triplet: 6E, 23 and 36. RGB value is (110,35,54). Sum of RGB (Red+Green+Blue) = 110+35+54=199 (26% of max value = 765). Red value is 110 (43.36% from 255 or 55.28% from 199); Green value is 35 (14.06% from 255 or 17.59% from 199); Blue value is 54 (21.48% from 255 or 27.14% from 199); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2336 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2336 is #91DCC9. Grayscale: #3B3B3B. Windows color (decimal): -9559242 or 3548014. OLE color: 3548014.
HSL color Cylindrical-coordinate representation of color #6E2336: hue angle of 344.8º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6E2336 is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 35 | 54 | - |
| CMYK | 0 | 0.68 | 0.51 | 0.57 |
| HSL | 344.8º | 0.52% | 0.28% | - |
| HSV(B) | 344.8º | 0.68% | 0.43% | - |
| XYZ | 7.7 | 4.78 | 4.01 | - |
| YUV | 59.59 | 124.85 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 35 | 54 | 0 | 0.68 | 0.51 | 0.57 | 344.8 | 0.52 | 0.28 |
| Hex | 6E | 23 | 36 | 0 | 44 | 33 | 39 | 159 | 34 | 1C |
| Octal | 156 | 43 | 66 | 0 | 104 | 63 | 71 | 531 | 64 | 34 |
| Binary | 1101110 | 100011 | 110110 | 0 | 1000100 | 110011 | 111001 | 101011001 | 110100 | 11100 |
Color Harmonies of #6E2336
Complementary color
Monochromatic Colors of #6E2336
Black with #6E2336
Text Example
Text Example
White with #6E2336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2336; }
p { color: rgb(110,35,54); }
H1.HeaderClassName
{
color: #6E2336;
}
.AnyTagClassName
{
color: #6E2336;
}
</style>
background-color css
<style>
a { background-color: #6E2336; }
a { background-color: rgb(110,35,54); }
div.DivClassName
{
background-color: #6E2336;
}
.BgClassName
{
background-color: #6E2336;
}
</style>
border-color css
<style>
span { border-color: #6E2336; }
span { border-color: rgb(110,35,54); }
td.TdClassName
{
border-color: #6E2336;
}
.TagClassName
{
border-color: #6E2336;
}
</style>