Shades of Claret #6D1330
Tints of Claret #6D1330
RGB
CMYK
RGB Variations
Color information
#6D1330 (or 0x6D1330) is known color: Claret. HEX triplet: 6D, 13 and 30. RGB value is (109,19,48). Sum of RGB (Red+Green+Blue) = 109+19+48=176 (23% of max value = 765). Red value is 109 (42.97% from 255 or 61.93% from 176); Green value is 19 (7.81% from 255 or 10.80% from 176); Blue value is 48 (19.14% from 255 or 27.27% from 176); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1330 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1330 is #92ECCF. Grayscale: #313131. Windows color (decimal): -9628880 or 3150701. OLE color: 3150701.
HSL color Cylindrical-coordinate representation of color #6D1330: hue angle of 340.67º degrees, saturation: 0.7, 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 #6D1330 is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 19 | 48 | - |
| CMYK | 0 | 0.83 | 0.56 | 0.57 |
| HSL | 340.67º | 0.7% | 0.25% | - |
| HSV(B) | 340.67º | 0.83% | 0.43% | - |
| XYZ | 7.07 | 3.93 | 3.18 | - |
| YUV | 49.22 | 127.32 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 19 | 48 | 0 | 0.83 | 0.56 | 0.57 | 340.67 | 0.7 | 0.25 |
| Hex | 6D | 13 | 30 | 0 | 53 | 38 | 39 | 155 | 46 | 19 |
| Octal | 155 | 23 | 60 | 0 | 123 | 70 | 71 | 525 | 106 | 31 |
| Binary | 1101101 | 10011 | 110000 | 0 | 1010011 | 111000 | 111001 | 101010101 | 1000110 | 11001 |
Color Harmonies of #6D1330
Complementary color
Monochromatic Colors of #6D1330
Black with #6D1330
Text Example
Text Example
White with #6D1330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1330; }
p { color: rgb(109,19,48); }
H1.HeaderClassName
{
color: #6D1330;
}
.AnyTagClassName
{
color: #6D1330;
}
</style>
background-color css
<style>
a { background-color: #6D1330; }
a { background-color: rgb(109,19,48); }
div.DivClassName
{
background-color: #6D1330;
}
.BgClassName
{
background-color: #6D1330;
}
</style>
border-color css
<style>
span { border-color: #6D1330; }
span { border-color: rgb(109,19,48); }
td.TdClassName
{
border-color: #6D1330;
}
.TagClassName
{
border-color: #6D1330;
}
</style>