Shades of Claret #6E232F
Tints of Claret #6E232F
RGB
CMYK
RGB Variations
Color information
#6E232F (or 0x6E232F) is known color: Claret. HEX triplet: 6E, 23 and 2F. RGB value is (110,35,47). Sum of RGB (Red+Green+Blue) = 110+35+47=192 (25% of max value = 765). Red value is 110 (43.36% from 255 or 57.29% from 192); Green value is 35 (14.06% from 255 or 18.23% from 192); Blue value is 47 (18.75% from 255 or 24.48% from 192); Max value from RGB is 110 - color contains mainly: red. Hex color #6E232F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E232F is #91DCD0. Grayscale: #3A3A3A. Windows color (decimal): -9559249 or 3089262. OLE color: 3089262.
HSL color Cylindrical-coordinate representation of color #6E232F: hue angle of 350.4º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6E232F is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 35 | 47 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.57 |
| HSL | 350.4º | 0.52% | 0.28% | - |
| HSV(B) | 350.4º | 0.68% | 0.43% | - |
| XYZ | 7.54 | 4.72 | 3.2 | - |
| YUV | 58.79 | 121.35 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 35 | 47 | 0 | 0.68 | 0.57 | 0.57 | 350.4 | 0.52 | 0.28 |
| Hex | 6E | 23 | 2F | 0 | 44 | 39 | 39 | 15E | 34 | 1C |
| Octal | 156 | 43 | 57 | 0 | 104 | 71 | 71 | 536 | 64 | 34 |
| Binary | 1101110 | 100011 | 101111 | 0 | 1000100 | 111001 | 111001 | 101011110 | 110100 | 11100 |
Color Harmonies of #6E232F
Complementary color
Monochromatic Colors of #6E232F
Black with #6E232F
Text Example
Text Example
White with #6E232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E232F; }
p { color: rgb(110,35,47); }
H1.HeaderClassName
{
color: #6E232F;
}
.AnyTagClassName
{
color: #6E232F;
}
</style>
background-color css
<style>
a { background-color: #6E232F; }
a { background-color: rgb(110,35,47); }
div.DivClassName
{
background-color: #6E232F;
}
.BgClassName
{
background-color: #6E232F;
}
</style>
border-color css
<style>
span { border-color: #6E232F; }
span { border-color: rgb(110,35,47); }
td.TdClassName
{
border-color: #6E232F;
}
.TagClassName
{
border-color: #6E232F;
}
</style>