Shades of Claret #6B152C
Tints of Claret #6B152C
RGB
CMYK
RGB Variations
Color information
#6B152C (or 0x6B152C) is known color: Claret. HEX triplet: 6B, 15 and 2C. RGB value is (107,21,44). Sum of RGB (Red+Green+Blue) = 107+21+44=172 (22% of max value = 765). Red value is 107 (42.19% from 255 or 62.21% from 172); Green value is 21 (8.59% from 255 or 12.21% from 172); Blue value is 44 (17.58% from 255 or 25.58% from 172); Max value from RGB is 107 - color contains mainly: red. Hex color #6B152C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B152C is #94EAD3. Grayscale: #313131. Windows color (decimal): -9759444 or 2889067. OLE color: 2889067.
HSL color Cylindrical-coordinate representation of color #6B152C: hue angle of 343.95º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6B152C is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 21 | 44 | - |
| CMYK | 0 | 0.80 | 0.59 | 0.58 |
| HSL | 343.95º | 0.67% | 0.25% | - |
| HSV(B) | 343.95º | 0.8% | 0.42% | - |
| XYZ | 6.79 | 3.84 | 2.77 | - |
| YUV | 49.34 | 124.99 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 21 | 44 | 0 | 0.80 | 0.59 | 0.58 | 343.95 | 0.67 | 0.25 |
| Hex | 6B | 15 | 2C | 0 | 50 | 3B | 3A | 158 | 43 | 19 |
| Octal | 153 | 25 | 54 | 0 | 120 | 73 | 72 | 530 | 103 | 31 |
| Binary | 1101011 | 10101 | 101100 | 0 | 1010000 | 111011 | 111010 | 101011000 | 1000011 | 11001 |
Color Harmonies of #6B152C
Complementary color
Monochromatic Colors of #6B152C
Black with #6B152C
Text Example
Text Example
White with #6B152C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B152C; }
p { color: rgb(107,21,44); }
H1.HeaderClassName
{
color: #6B152C;
}
.AnyTagClassName
{
color: #6B152C;
}
</style>
background-color css
<style>
a { background-color: #6B152C; }
a { background-color: rgb(107,21,44); }
div.DivClassName
{
background-color: #6B152C;
}
.BgClassName
{
background-color: #6B152C;
}
</style>
border-color css
<style>
span { border-color: #6B152C; }
span { border-color: rgb(107,21,44); }
td.TdClassName
{
border-color: #6B152C;
}
.TagClassName
{
border-color: #6B152C;
}
</style>