Shades of Claret #6E0D30
Tints of Claret #6E0D30
RGB
CMYK
RGB Variations
Color information
#6E0D30 (or 0x6E0D30) is known color: Claret. HEX triplet: 6E, 0D and 30. RGB value is (110,13,48). Sum of RGB (Red+Green+Blue) = 110+13+48=171 (22% of max value = 765). Red value is 110 (43.36% from 255 or 64.33% from 171); Green value is 13 (5.47% from 255 or 7.60% from 171); Blue value is 48 (19.14% from 255 or 28.07% from 171); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0D30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0D30 is #91F2CF. Grayscale: #2D2D2D. Windows color (decimal): -9564880 or 3149166. OLE color: 3149166.
HSL color Cylindrical-coordinate representation of color #6E0D30: hue angle of 338.35º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6E0D30 is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 13 | 48 | - |
| CMYK | 0 | 0.88 | 0.56 | 0.57 |
| HSL | 338.35º | 0.79% | 0.24% | - |
| HSV(B) | 338.35º | 0.88% | 0.43% | - |
| XYZ | 7.11 | 3.82 | 3.16 | - |
| YUV | 45.99 | 129.14 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 13 | 48 | 0 | 0.88 | 0.56 | 0.57 | 338.35 | 0.79 | 0.24 |
| Hex | 6E | D | 30 | 0 | 58 | 38 | 39 | 152 | 4F | 18 |
| Octal | 156 | 15 | 60 | 0 | 130 | 70 | 71 | 522 | 117 | 30 |
| Binary | 1101110 | 1101 | 110000 | 0 | 1011000 | 111000 | 111001 | 101010010 | 1001111 | 11000 |
Color Harmonies of #6E0D30
Complementary color
Monochromatic Colors of #6E0D30
Black with #6E0D30
Text Example
Text Example
White with #6E0D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0D30; }
p { color: rgb(110,13,48); }
H1.HeaderClassName
{
color: #6E0D30;
}
.AnyTagClassName
{
color: #6E0D30;
}
</style>
background-color css
<style>
a { background-color: #6E0D30; }
a { background-color: rgb(110,13,48); }
div.DivClassName
{
background-color: #6E0D30;
}
.BgClassName
{
background-color: #6E0D30;
}
</style>
border-color css
<style>
span { border-color: #6E0D30; }
span { border-color: rgb(110,13,48); }
td.TdClassName
{
border-color: #6E0D30;
}
.TagClassName
{
border-color: #6E0D30;
}
</style>