Shades of Claret #6B0F2D
Tints of Claret #6B0F2D
RGB
CMYK
RGB Variations
Color information
#6B0F2D (or 0x6B0F2D) is known color: Claret. HEX triplet: 6B, 0F and 2D. RGB value is (107,15,45). Sum of RGB (Red+Green+Blue) = 107+15+45=167 (22% of max value = 765). Red value is 107 (42.19% from 255 or 64.07% from 167); Green value is 15 (6.25% from 255 or 8.98% from 167); Blue value is 45 (17.97% from 255 or 26.95% from 167); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0F2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0F2D is #94F0D2. Grayscale: #2D2D2D. Windows color (decimal): -9760979 or 2953067. OLE color: 2953067.
HSL color Cylindrical-coordinate representation of color #6B0F2D: hue angle of 340.43º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6B0F2D is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 15 | 45 | - |
| CMYK | 0 | 0.86 | 0.58 | 0.58 |
| HSL | 340.43º | 0.75% | 0.24% | - |
| HSV(B) | 340.43º | 0.86% | 0.42% | - |
| XYZ | 6.71 | 3.66 | 2.83 | - |
| YUV | 45.93 | 127.48 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 15 | 45 | 0 | 0.86 | 0.58 | 0.58 | 340.43 | 0.75 | 0.24 |
| Hex | 6B | F | 2D | 0 | 56 | 3A | 3A | 154 | 4B | 18 |
| Octal | 153 | 17 | 55 | 0 | 126 | 72 | 72 | 524 | 113 | 30 |
| Binary | 1101011 | 1111 | 101101 | 0 | 1010110 | 111010 | 111010 | 101010100 | 1001011 | 11000 |
Color Harmonies of #6B0F2D
Complementary color
Monochromatic Colors of #6B0F2D
Black with #6B0F2D
Text Example
Text Example
White with #6B0F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0F2D; }
p { color: rgb(107,15,45); }
H1.HeaderClassName
{
color: #6B0F2D;
}
.AnyTagClassName
{
color: #6B0F2D;
}
</style>
background-color css
<style>
a { background-color: #6B0F2D; }
a { background-color: rgb(107,15,45); }
div.DivClassName
{
background-color: #6B0F2D;
}
.BgClassName
{
background-color: #6B0F2D;
}
</style>
border-color css
<style>
span { border-color: #6B0F2D; }
span { border-color: rgb(107,15,45); }
td.TdClassName
{
border-color: #6B0F2D;
}
.TagClassName
{
border-color: #6B0F2D;
}
</style>