Shades of Claret #6D1230
Tints of Claret #6D1230
RGB
CMYK
RGB Variations
Color information
#6D1230 (or 0x6D1230) is known color: Claret. HEX triplet: 6D, 12 and 30. RGB value is (109,18,48). Sum of RGB (Red+Green+Blue) = 109+18+48=175 (23% of max value = 765). Red value is 109 (42.97% from 255 or 62.29% from 175); Green value is 18 (7.42% from 255 or 10.29% from 175); Blue value is 48 (19.14% from 255 or 27.43% from 175); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1230 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1230 is #92EDCF. Grayscale: #303030. Windows color (decimal): -9629136 or 3150445. OLE color: 3150445.
HSL color Cylindrical-coordinate representation of color #6D1230: hue angle of 340.22º degrees, saturation: 0.72, 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 #6D1230 is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 18 | 48 | - |
| CMYK | 0 | 0.83 | 0.56 | 0.57 |
| HSL | 340.22º | 0.72% | 0.25% | - |
| HSV(B) | 340.22º | 0.83% | 0.43% | - |
| XYZ | 7.06 | 3.9 | 3.18 | - |
| YUV | 48.63 | 127.65 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 18 | 48 | 0 | 0.83 | 0.56 | 0.57 | 340.22 | 0.72 | 0.25 |
| Hex | 6D | 12 | 30 | 0 | 53 | 38 | 39 | 154 | 48 | 19 |
| Octal | 155 | 22 | 60 | 0 | 123 | 70 | 71 | 524 | 110 | 31 |
| Binary | 1101101 | 10010 | 110000 | 0 | 1010011 | 111000 | 111001 | 101010100 | 1001000 | 11001 |
Color Harmonies of #6D1230
Complementary color
Monochromatic Colors of #6D1230
Black with #6D1230
Text Example
Text Example
White with #6D1230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1230; }
p { color: rgb(109,18,48); }
H1.HeaderClassName
{
color: #6D1230;
}
.AnyTagClassName
{
color: #6D1230;
}
</style>
background-color css
<style>
a { background-color: #6D1230; }
a { background-color: rgb(109,18,48); }
div.DivClassName
{
background-color: #6D1230;
}
.BgClassName
{
background-color: #6D1230;
}
</style>
border-color css
<style>
span { border-color: #6D1230; }
span { border-color: rgb(109,18,48); }
td.TdClassName
{
border-color: #6D1230;
}
.TagClassName
{
border-color: #6D1230;
}
</style>