Shades of Claret #6C1030
Tints of Claret #6C1030
RGB
CMYK
RGB Variations
Color information
#6C1030 (or 0x6C1030) is known color: Claret. HEX triplet: 6C, 10 and 30. RGB value is (108,16,48). Sum of RGB (Red+Green+Blue) = 108+16+48=172 (22% of max value = 765). Red value is 108 (42.58% from 255 or 62.79% from 172); Green value is 16 (6.64% from 255 or 9.30% from 172); Blue value is 48 (19.14% from 255 or 27.91% from 172); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1030 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C1030 is #93EFCF. Grayscale: #2F2F2F. Windows color (decimal): -9695184 or 3149932. OLE color: 3149932.
HSL color Cylindrical-coordinate representation of color #6C1030: hue angle of 339.13º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6C1030 is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 16 | 48 | - |
| CMYK | 0 | 0.85 | 0.56 | 0.58 |
| HSL | 339.13º | 0.74% | 0.24% | - |
| HSV(B) | 339.13º | 0.85% | 0.42% | - |
| XYZ | 6.9 | 3.77 | 3.16 | - |
| YUV | 47.16 | 128.48 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 16 | 48 | 0 | 0.85 | 0.56 | 0.58 | 339.13 | 0.74 | 0.24 |
| Hex | 6C | 10 | 30 | 0 | 55 | 38 | 3A | 153 | 4A | 18 |
| Octal | 154 | 20 | 60 | 0 | 125 | 70 | 72 | 523 | 112 | 30 |
| Binary | 1101100 | 10000 | 110000 | 0 | 1010101 | 111000 | 111010 | 101010011 | 1001010 | 11000 |
Color Harmonies of #6C1030
Complementary color
Monochromatic Colors of #6C1030
Black with #6C1030
Text Example
Text Example
White with #6C1030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1030; }
p { color: rgb(108,16,48); }
H1.HeaderClassName
{
color: #6C1030;
}
.AnyTagClassName
{
color: #6C1030;
}
</style>
background-color css
<style>
a { background-color: #6C1030; }
a { background-color: rgb(108,16,48); }
div.DivClassName
{
background-color: #6C1030;
}
.BgClassName
{
background-color: #6C1030;
}
</style>
border-color css
<style>
span { border-color: #6C1030; }
span { border-color: rgb(108,16,48); }
td.TdClassName
{
border-color: #6C1030;
}
.TagClassName
{
border-color: #6C1030;
}
</style>