Shades of Claret #6A1230
Tints of Claret #6A1230
RGB
CMYK
RGB Variations
Color information
#6A1230 (or 0x6A1230) is known color: Claret. HEX triplet: 6A, 12 and 30. RGB value is (106,18,48). Sum of RGB (Red+Green+Blue) = 106+18+48=172 (22% of max value = 765). Red value is 106 (41.80% from 255 or 61.63% from 172); Green value is 18 (7.42% from 255 or 10.47% from 172); Blue value is 48 (19.14% from 255 or 27.91% from 172); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1230 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A1230 is #95EDCF. Grayscale: #2F2F2F. Windows color (decimal): -9825744 or 3150442. OLE color: 3150442.
HSL color Cylindrical-coordinate representation of color #6A1230: hue angle of 339.55º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6A1230 is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 18 | 48 | - |
| CMYK | 0 | 0.83 | 0.55 | 0.58 |
| HSL | 339.55º | 0.71% | 0.24% | - |
| HSV(B) | 339.55º | 0.83% | 0.42% | - |
| XYZ | 6.69 | 3.71 | 3.16 | - |
| YUV | 47.73 | 128.15 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 18 | 48 | 0 | 0.83 | 0.55 | 0.58 | 339.55 | 0.71 | 0.24 |
| Hex | 6A | 12 | 30 | 0 | 53 | 37 | 3A | 154 | 47 | 18 |
| Octal | 152 | 22 | 60 | 0 | 123 | 67 | 72 | 524 | 107 | 30 |
| Binary | 1101010 | 10010 | 110000 | 0 | 1010011 | 110111 | 111010 | 101010100 | 1000111 | 11000 |
Color Harmonies of #6A1230
Complementary color
Monochromatic Colors of #6A1230
Black with #6A1230
Text Example
Text Example
White with #6A1230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1230; }
p { color: rgb(106,18,48); }
H1.HeaderClassName
{
color: #6A1230;
}
.AnyTagClassName
{
color: #6A1230;
}
</style>
background-color css
<style>
a { background-color: #6A1230; }
a { background-color: rgb(106,18,48); }
div.DivClassName
{
background-color: #6A1230;
}
.BgClassName
{
background-color: #6A1230;
}
</style>
border-color css
<style>
span { border-color: #6A1230; }
span { border-color: rgb(106,18,48); }
td.TdClassName
{
border-color: #6A1230;
}
.TagClassName
{
border-color: #6A1230;
}
</style>