Shades of Claret #6E2534
Tints of Claret #6E2534
RGB
CMYK
RGB Variations
Color information
#6E2534 (or 0x6E2534) is known color: Claret. HEX triplet: 6E, 25 and 34. RGB value is (110,37,52). Sum of RGB (Red+Green+Blue) = 110+37+52=199 (26% of max value = 765). Red value is 110 (43.36% from 255 or 55.28% from 199); Green value is 37 (14.84% from 255 or 18.59% from 199); Blue value is 52 (20.70% from 255 or 26.13% from 199); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2534 is #91DACB. Grayscale: #3C3C3C. Windows color (decimal): -9558732 or 3417454. OLE color: 3417454.
HSL color Cylindrical-coordinate representation of color #6E2534: hue angle of 347.67º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6E2534 is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 37 | 52 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.57 |
| HSL | 347.67º | 0.5% | 0.29% | - |
| HSV(B) | 347.67º | 0.66% | 0.43% | - |
| XYZ | 7.71 | 4.89 | 3.79 | - |
| YUV | 60.54 | 123.18 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 37 | 52 | 0 | 0.66 | 0.53 | 0.57 | 347.67 | 0.5 | 0.29 |
| Hex | 6E | 25 | 34 | 0 | 42 | 35 | 39 | 15C | 32 | 1D |
| Octal | 156 | 45 | 64 | 0 | 102 | 65 | 71 | 534 | 62 | 35 |
| Binary | 1101110 | 100101 | 110100 | 0 | 1000010 | 110101 | 111001 | 101011100 | 110010 | 11101 |
Color Harmonies of #6E2534
Complementary color
Monochromatic Colors of #6E2534
Black with #6E2534
Text Example
Text Example
White with #6E2534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2534; }
p { color: rgb(110,37,52); }
H1.HeaderClassName
{
color: #6E2534;
}
.AnyTagClassName
{
color: #6E2534;
}
</style>
background-color css
<style>
a { background-color: #6E2534; }
a { background-color: rgb(110,37,52); }
div.DivClassName
{
background-color: #6E2534;
}
.BgClassName
{
background-color: #6E2534;
}
</style>
border-color css
<style>
span { border-color: #6E2534; }
span { border-color: rgb(110,37,52); }
td.TdClassName
{
border-color: #6E2534;
}
.TagClassName
{
border-color: #6E2534;
}
</style>