Shades of Claret #6E2435
Tints of Claret #6E2435
RGB
CMYK
RGB Variations
Color information
#6E2435 (or 0x6E2435) is known color: Claret. HEX triplet: 6E, 24 and 35. RGB value is (110,36,53). Sum of RGB (Red+Green+Blue) = 110+36+53=199 (26% of max value = 765). Red value is 110 (43.36% from 255 or 55.28% from 199); Green value is 36 (14.45% from 255 or 18.09% from 199); Blue value is 53 (21.09% from 255 or 26.63% from 199); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2435 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2435 is #91DBCA. Grayscale: #3C3C3C. Windows color (decimal): -9558987 or 3482734. OLE color: 3482734.
HSL color Cylindrical-coordinate representation of color #6E2435: hue angle of 346.22º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6E2435 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 36 | 53 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.57 |
| HSL | 346.22º | 0.51% | 0.29% | - |
| HSV(B) | 346.22º | 0.67% | 0.43% | - |
| XYZ | 7.7 | 4.83 | 3.9 | - |
| YUV | 60.06 | 124.02 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 36 | 53 | 0 | 0.67 | 0.52 | 0.57 | 346.22 | 0.51 | 0.29 |
| Hex | 6E | 24 | 35 | 0 | 43 | 34 | 39 | 15A | 33 | 1D |
| Octal | 156 | 44 | 65 | 0 | 103 | 64 | 71 | 532 | 63 | 35 |
| Binary | 1101110 | 100100 | 110101 | 0 | 1000011 | 110100 | 111001 | 101011010 | 110011 | 11101 |
Color Harmonies of #6E2435
Complementary color
Monochromatic Colors of #6E2435
Black with #6E2435
Text Example
Text Example
White with #6E2435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2435; }
p { color: rgb(110,36,53); }
H1.HeaderClassName
{
color: #6E2435;
}
.AnyTagClassName
{
color: #6E2435;
}
</style>
background-color css
<style>
a { background-color: #6E2435; }
a { background-color: rgb(110,36,53); }
div.DivClassName
{
background-color: #6E2435;
}
.BgClassName
{
background-color: #6E2435;
}
</style>
border-color css
<style>
span { border-color: #6E2435; }
span { border-color: rgb(110,36,53); }
td.TdClassName
{
border-color: #6E2435;
}
.TagClassName
{
border-color: #6E2435;
}
</style>