Shades of Claret #6B1C2C
Tints of Claret #6B1C2C
RGB
CMYK
RGB Variations
Color information
#6B1C2C (or 0x6B1C2C) is known color: Claret. HEX triplet: 6B, 1C and 2C. RGB value is (107,28,44). Sum of RGB (Red+Green+Blue) = 107+28+44=179 (23% of max value = 765). Red value is 107 (42.19% from 255 or 59.78% from 179); Green value is 28 (11.33% from 255 or 15.64% from 179); Blue value is 44 (17.58% from 255 or 24.58% from 179); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B1C2C is #94E3D3. Grayscale: #353535. Windows color (decimal): -9757652 or 2890859. OLE color: 2890859.
HSL color Cylindrical-coordinate representation of color #6B1C2C: hue angle of 347.85º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6B1C2C is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 28 | 44 | - |
| CMYK | 0 | 0.74 | 0.59 | 0.58 |
| HSL | 347.85º | 0.59% | 0.26% | - |
| HSV(B) | 347.85º | 0.74% | 0.42% | - |
| XYZ | 6.93 | 4.14 | 2.82 | - |
| YUV | 53.45 | 122.67 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 28 | 44 | 0 | 0.74 | 0.59 | 0.58 | 347.85 | 0.59 | 0.26 |
| Hex | 6B | 1C | 2C | 0 | 4A | 3B | 3A | 15C | 3B | 1A |
| Octal | 153 | 34 | 54 | 0 | 112 | 73 | 72 | 534 | 73 | 32 |
| Binary | 1101011 | 11100 | 101100 | 0 | 1001010 | 111011 | 111010 | 101011100 | 111011 | 11010 |
Color Harmonies of #6B1C2C
Complementary color
Monochromatic Colors of #6B1C2C
Black with #6B1C2C
Text Example
Text Example
White with #6B1C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1C2C; }
p { color: rgb(107,28,44); }
H1.HeaderClassName
{
color: #6B1C2C;
}
.AnyTagClassName
{
color: #6B1C2C;
}
</style>
background-color css
<style>
a { background-color: #6B1C2C; }
a { background-color: rgb(107,28,44); }
div.DivClassName
{
background-color: #6B1C2C;
}
.BgClassName
{
background-color: #6B1C2C;
}
</style>
border-color css
<style>
span { border-color: #6B1C2C; }
span { border-color: rgb(107,28,44); }
td.TdClassName
{
border-color: #6B1C2C;
}
.TagClassName
{
border-color: #6B1C2C;
}
</style>