Shades of Claret #6E2635
Tints of Claret #6E2635
RGB
CMYK
RGB Variations
Color information
#6E2635 (or 0x6E2635) is known color: Claret. HEX triplet: 6E, 26 and 35. RGB value is (110,38,53). Sum of RGB (Red+Green+Blue) = 110+38+53=201 (26% of max value = 765). Red value is 110 (43.36% from 255 or 54.73% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 53 (21.09% from 255 or 26.37% from 201); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2635 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2635 is #91D9CA. Grayscale: #3D3D3D. Windows color (decimal): -9558475 or 3483246. OLE color: 3483246.
HSL color Cylindrical-coordinate representation of color #6E2635: hue angle of 347.5º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6E2635 is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 38 | 53 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.57 |
| HSL | 347.5º | 0.49% | 0.29% | - |
| HSV(B) | 347.5º | 0.65% | 0.43% | - |
| XYZ | 7.77 | 4.96 | 3.92 | - |
| YUV | 61.24 | 123.35 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 38 | 53 | 0 | 0.65 | 0.52 | 0.57 | 347.5 | 0.49 | 0.29 |
| Hex | 6E | 26 | 35 | 0 | 41 | 34 | 39 | 15C | 31 | 1D |
| Octal | 156 | 46 | 65 | 0 | 101 | 64 | 71 | 534 | 61 | 35 |
| Binary | 1101110 | 100110 | 110101 | 0 | 1000001 | 110100 | 111001 | 101011100 | 110001 | 11101 |
Color Harmonies of #6E2635
Complementary color
Monochromatic Colors of #6E2635
Black with #6E2635
Text Example
Text Example
White with #6E2635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2635; }
p { color: rgb(110,38,53); }
H1.HeaderClassName
{
color: #6E2635;
}
.AnyTagClassName
{
color: #6E2635;
}
</style>
background-color css
<style>
a { background-color: #6E2635; }
a { background-color: rgb(110,38,53); }
div.DivClassName
{
background-color: #6E2635;
}
.BgClassName
{
background-color: #6E2635;
}
</style>
border-color css
<style>
span { border-color: #6E2635; }
span { border-color: rgb(110,38,53); }
td.TdClassName
{
border-color: #6E2635;
}
.TagClassName
{
border-color: #6E2635;
}
</style>