Shades of Claret #6D1235
Tints of Claret #6D1235
RGB
CMYK
RGB Variations
Color information
#6D1235 (or 0x6D1235) is known color: Claret. HEX triplet: 6D, 12 and 35. RGB value is (109,18,53). Sum of RGB (Red+Green+Blue) = 109+18+53=180 (23% of max value = 765). Red value is 109 (42.97% from 255 or 60.56% from 180); Green value is 18 (7.42% from 255 or 10% from 180); Blue value is 53 (21.09% from 255 or 29.44% from 180); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1235 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1235 is #92EDCA. Grayscale: #313131. Windows color (decimal): -9629131 or 3478125. OLE color: 3478125.
HSL color Cylindrical-coordinate representation of color #6D1235: hue angle of 336.92º 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 #6D1235 is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 18 | 53 | - |
| CMYK | 0 | 0.83 | 0.51 | 0.57 |
| HSL | 336.92º | 0.72% | 0.25% | - |
| HSV(B) | 336.92º | 0.83% | 0.43% | - |
| XYZ | 7.17 | 3.94 | 3.75 | - |
| YUV | 49.2 | 130.15 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 18 | 53 | 0 | 0.83 | 0.51 | 0.57 | 336.92 | 0.72 | 0.25 |
| Hex | 6D | 12 | 35 | 0 | 53 | 33 | 39 | 151 | 48 | 19 |
| Octal | 155 | 22 | 65 | 0 | 123 | 63 | 71 | 521 | 110 | 31 |
| Binary | 1101101 | 10010 | 110101 | 0 | 1010011 | 110011 | 111001 | 101010001 | 1001000 | 11001 |
Color Harmonies of #6D1235
Complementary color
Monochromatic Colors of #6D1235
Black with #6D1235
Text Example
Text Example
White with #6D1235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1235; }
p { color: rgb(109,18,53); }
H1.HeaderClassName
{
color: #6D1235;
}
.AnyTagClassName
{
color: #6D1235;
}
</style>
background-color css
<style>
a { background-color: #6D1235; }
a { background-color: rgb(109,18,53); }
div.DivClassName
{
background-color: #6D1235;
}
.BgClassName
{
background-color: #6D1235;
}
</style>
border-color css
<style>
span { border-color: #6D1235; }
span { border-color: rgb(109,18,53); }
td.TdClassName
{
border-color: #6D1235;
}
.TagClassName
{
border-color: #6D1235;
}
</style>