Shades of Claret #6A202F
Tints of Claret #6A202F
RGB
CMYK
RGB Variations
Color information
#6A202F (or 0x6A202F) is known color: Claret. HEX triplet: 6A, 20 and 2F. RGB value is (106,32,47). Sum of RGB (Red+Green+Blue) = 106+32+47=185 (24% of max value = 765). Red value is 106 (41.80% from 255 or 57.30% from 185); Green value is 32 (12.89% from 255 or 17.30% from 185); Blue value is 47 (18.75% from 255 or 25.41% from 185); Max value from RGB is 106 - color contains mainly: red. Hex color #6A202F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A202F is #95DFD0. Grayscale: #373737. Windows color (decimal): -9822161 or 3088490. OLE color: 3088490.
HSL color Cylindrical-coordinate representation of color #6A202F: hue angle of 347.84º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6A202F is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 32 | 47 | - |
| CMYK | 0 | 0.70 | 0.56 | 0.58 |
| HSL | 347.84º | 0.54% | 0.27% | - |
| HSV(B) | 347.84º | 0.7% | 0.42% | - |
| XYZ | 6.97 | 4.3 | 3.15 | - |
| YUV | 55.84 | 123.02 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 32 | 47 | 0 | 0.70 | 0.56 | 0.58 | 347.84 | 0.54 | 0.27 |
| Hex | 6A | 20 | 2F | 0 | 46 | 38 | 3A | 15C | 36 | 1B |
| Octal | 152 | 40 | 57 | 0 | 106 | 70 | 72 | 534 | 66 | 33 |
| Binary | 1101010 | 100000 | 101111 | 0 | 1000110 | 111000 | 111010 | 101011100 | 110110 | 11011 |
Color Harmonies of #6A202F
Complementary color
Monochromatic Colors of #6A202F
Black with #6A202F
Text Example
Text Example
White with #6A202F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A202F; }
p { color: rgb(106,32,47); }
H1.HeaderClassName
{
color: #6A202F;
}
.AnyTagClassName
{
color: #6A202F;
}
</style>
background-color css
<style>
a { background-color: #6A202F; }
a { background-color: rgb(106,32,47); }
div.DivClassName
{
background-color: #6A202F;
}
.BgClassName
{
background-color: #6A202F;
}
</style>
border-color css
<style>
span { border-color: #6A202F; }
span { border-color: rgb(106,32,47); }
td.TdClassName
{
border-color: #6A202F;
}
.TagClassName
{
border-color: #6A202F;
}
</style>