Shades of Claret #6E1A31
Tints of Claret #6E1A31
RGB
CMYK
RGB Variations
Color information
#6E1A31 (or 0x6E1A31) is known color: Claret. HEX triplet: 6E, 1A and 31. RGB value is (110,26,49). Sum of RGB (Red+Green+Blue) = 110+26+49=185 (24% of max value = 765). Red value is 110 (43.36% from 255 or 59.46% from 185); Green value is 26 (10.55% from 255 or 14.05% from 185); Blue value is 49 (19.53% from 255 or 26.49% from 185); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E1A31 is #91E5CE. Grayscale: #353535. Windows color (decimal): -9561551 or 3218030. OLE color: 3218030.
HSL color Cylindrical-coordinate representation of color #6E1A31: hue angle of 343.57º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6E1A31 is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 26 | 49 | - |
| CMYK | 0 | 0.76 | 0.55 | 0.57 |
| HSL | 343.57º | 0.62% | 0.27% | - |
| HSV(B) | 343.57º | 0.76% | 0.43% | - |
| XYZ | 7.35 | 4.28 | 3.34 | - |
| YUV | 53.74 | 125.33 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 26 | 49 | 0 | 0.76 | 0.55 | 0.57 | 343.57 | 0.62 | 0.27 |
| Hex | 6E | 1A | 31 | 0 | 4C | 37 | 39 | 158 | 3E | 1B |
| Octal | 156 | 32 | 61 | 0 | 114 | 67 | 71 | 530 | 76 | 33 |
| Binary | 1101110 | 11010 | 110001 | 0 | 1001100 | 110111 | 111001 | 101011000 | 111110 | 11011 |
Color Harmonies of #6E1A31
Complementary color
Monochromatic Colors of #6E1A31
Black with #6E1A31
Text Example
Text Example
White with #6E1A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1A31; }
p { color: rgb(110,26,49); }
H1.HeaderClassName
{
color: #6E1A31;
}
.AnyTagClassName
{
color: #6E1A31;
}
</style>
background-color css
<style>
a { background-color: #6E1A31; }
a { background-color: rgb(110,26,49); }
div.DivClassName
{
background-color: #6E1A31;
}
.BgClassName
{
background-color: #6E1A31;
}
</style>
border-color css
<style>
span { border-color: #6E1A31; }
span { border-color: rgb(110,26,49); }
td.TdClassName
{
border-color: #6E1A31;
}
.TagClassName
{
border-color: #6E1A31;
}
</style>