Shades of Claret #6A0F2D
Tints of Claret #6A0F2D
RGB
CMYK
RGB Variations
Color information
#6A0F2D (or 0x6A0F2D) is known color: Claret. HEX triplet: 6A, 0F and 2D. RGB value is (106,15,45). Sum of RGB (Red+Green+Blue) = 106+15+45=166 (21% of max value = 765). Red value is 106 (41.80% from 255 or 63.86% from 166); Green value is 15 (6.25% from 255 or 9.04% from 166); Blue value is 45 (17.97% from 255 or 27.11% from 166); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0F2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0F2D is #95F0D2. Grayscale: #2D2D2D. Windows color (decimal): -9826515 or 2953066. OLE color: 2953066.
HSL color Cylindrical-coordinate representation of color #6A0F2D: hue angle of 340.22º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6A0F2D is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 15 | 45 | - |
| CMYK | 0 | 0.86 | 0.58 | 0.58 |
| HSL | 340.22º | 0.75% | 0.24% | - |
| HSV(B) | 340.22º | 0.86% | 0.42% | - |
| XYZ | 6.59 | 3.6 | 2.83 | - |
| YUV | 45.63 | 127.65 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 15 | 45 | 0 | 0.86 | 0.58 | 0.58 | 340.22 | 0.75 | 0.24 |
| Hex | 6A | F | 2D | 0 | 56 | 3A | 3A | 154 | 4B | 18 |
| Octal | 152 | 17 | 55 | 0 | 126 | 72 | 72 | 524 | 113 | 30 |
| Binary | 1101010 | 1111 | 101101 | 0 | 1010110 | 111010 | 111010 | 101010100 | 1001011 | 11000 |
Color Harmonies of #6A0F2D
Complementary color
Monochromatic Colors of #6A0F2D
Black with #6A0F2D
Text Example
Text Example
White with #6A0F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0F2D; }
p { color: rgb(106,15,45); }
H1.HeaderClassName
{
color: #6A0F2D;
}
.AnyTagClassName
{
color: #6A0F2D;
}
</style>
background-color css
<style>
a { background-color: #6A0F2D; }
a { background-color: rgb(106,15,45); }
div.DivClassName
{
background-color: #6A0F2D;
}
.BgClassName
{
background-color: #6A0F2D;
}
</style>
border-color css
<style>
span { border-color: #6A0F2D; }
span { border-color: rgb(106,15,45); }
td.TdClassName
{
border-color: #6A0F2D;
}
.TagClassName
{
border-color: #6A0F2D;
}
</style>