Shades of Claret #6E132D
Tints of Claret #6E132D
RGB
CMYK
RGB Variations
Color information
#6E132D (or 0x6E132D) is known color: Claret. HEX triplet: 6E, 13 and 2D. RGB value is (110,19,45). Sum of RGB (Red+Green+Blue) = 110+19+45=174 (23% of max value = 765). Red value is 110 (43.36% from 255 or 63.22% from 174); Green value is 19 (7.81% from 255 or 10.92% from 174); Blue value is 45 (17.97% from 255 or 25.86% from 174); Max value from RGB is 110 - color contains mainly: red. Hex color #6E132D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E132D is #91ECD2. Grayscale: #313131. Windows color (decimal): -9563347 or 2954094. OLE color: 2954094.
HSL color Cylindrical-coordinate representation of color #6E132D: hue angle of 342.86º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6E132D is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 19 | 45 | - |
| CMYK | 0 | 0.83 | 0.59 | 0.57 |
| HSL | 342.86º | 0.71% | 0.25% | - |
| HSV(B) | 342.86º | 0.83% | 0.43% | - |
| XYZ | 7.14 | 3.97 | 2.87 | - |
| YUV | 49.17 | 125.65 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 19 | 45 | 0 | 0.83 | 0.59 | 0.57 | 342.86 | 0.71 | 0.25 |
| Hex | 6E | 13 | 2D | 0 | 53 | 3B | 39 | 157 | 47 | 19 |
| Octal | 156 | 23 | 55 | 0 | 123 | 73 | 71 | 527 | 107 | 31 |
| Binary | 1101110 | 10011 | 101101 | 0 | 1010011 | 111011 | 111001 | 101010111 | 1000111 | 11001 |
Color Harmonies of #6E132D
Complementary color
Monochromatic Colors of #6E132D
Black with #6E132D
Text Example
Text Example
White with #6E132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E132D; }
p { color: rgb(110,19,45); }
H1.HeaderClassName
{
color: #6E132D;
}
.AnyTagClassName
{
color: #6E132D;
}
</style>
background-color css
<style>
a { background-color: #6E132D; }
a { background-color: rgb(110,19,45); }
div.DivClassName
{
background-color: #6E132D;
}
.BgClassName
{
background-color: #6E132D;
}
</style>
border-color css
<style>
span { border-color: #6E132D; }
span { border-color: rgb(110,19,45); }
td.TdClassName
{
border-color: #6E132D;
}
.TagClassName
{
border-color: #6E132D;
}
</style>