Shades of Claret #6C1333
Tints of Claret #6C1333
RGB
CMYK
RGB Variations
Color information
#6C1333 (or 0x6C1333) is known color: Claret. HEX triplet: 6C, 13 and 33. RGB value is (108,19,51). Sum of RGB (Red+Green+Blue) = 108+19+51=178 (23% of max value = 765). Red value is 108 (42.58% from 255 or 60.67% from 178); Green value is 19 (7.81% from 255 or 10.67% from 178); Blue value is 51 (20.31% from 255 or 28.65% from 178); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1333 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C1333 is #93ECCC. Grayscale: #313131. Windows color (decimal): -9694413 or 3347308. OLE color: 3347308.
HSL color Cylindrical-coordinate representation of color #6C1333: hue angle of 338.43º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6C1333 is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 19 | 51 | - |
| CMYK | 0 | 0.82 | 0.53 | 0.58 |
| HSL | 338.43º | 0.7% | 0.25% | - |
| HSV(B) | 338.43º | 0.82% | 0.42% | - |
| XYZ | 7.01 | 3.89 | 3.51 | - |
| YUV | 49.26 | 128.99 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 19 | 51 | 0 | 0.82 | 0.53 | 0.58 | 338.43 | 0.7 | 0.25 |
| Hex | 6C | 13 | 33 | 0 | 52 | 35 | 3A | 152 | 46 | 19 |
| Octal | 154 | 23 | 63 | 0 | 122 | 65 | 72 | 522 | 106 | 31 |
| Binary | 1101100 | 10011 | 110011 | 0 | 1010010 | 110101 | 111010 | 101010010 | 1000110 | 11001 |
Color Harmonies of #6C1333
Complementary color
Monochromatic Colors of #6C1333
Black with #6C1333
Text Example
Text Example
White with #6C1333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1333; }
p { color: rgb(108,19,51); }
H1.HeaderClassName
{
color: #6C1333;
}
.AnyTagClassName
{
color: #6C1333;
}
</style>
background-color css
<style>
a { background-color: #6C1333; }
a { background-color: rgb(108,19,51); }
div.DivClassName
{
background-color: #6C1333;
}
.BgClassName
{
background-color: #6C1333;
}
</style>
border-color css
<style>
span { border-color: #6C1333; }
span { border-color: rgb(108,19,51); }
td.TdClassName
{
border-color: #6C1333;
}
.TagClassName
{
border-color: #6C1333;
}
</style>