Shades of Claret #6B112F
Tints of Claret #6B112F
RGB
CMYK
RGB Variations
Color information
#6B112F (or 0x6B112F) is known color: Claret. HEX triplet: 6B, 11 and 2F. RGB value is (107,17,47). Sum of RGB (Red+Green+Blue) = 107+17+47=171 (22% of max value = 765). Red value is 107 (42.19% from 255 or 62.57% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 47 (18.75% from 255 or 27.49% from 171); Max value from RGB is 107 - color contains mainly: red. Hex color #6B112F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B112F is #94EED0. Grayscale: #2F2F2F. Windows color (decimal): -9760465 or 3084651. OLE color: 3084651.
HSL color Cylindrical-coordinate representation of color #6B112F: hue angle of 340º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6B112F is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 17 | 47 | - |
| CMYK | 0 | 0.84 | 0.56 | 0.58 |
| HSL | 340º | 0.73% | 0.24% | - |
| HSV(B) | 340º | 0.84% | 0.42% | - |
| XYZ | 6.78 | 3.73 | 3.05 | - |
| YUV | 47.33 | 127.82 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 17 | 47 | 0 | 0.84 | 0.56 | 0.58 | 340 | 0.73 | 0.24 |
| Hex | 6B | 11 | 2F | 0 | 54 | 38 | 3A | 154 | 49 | 18 |
| Octal | 153 | 21 | 57 | 0 | 124 | 70 | 72 | 524 | 111 | 30 |
| Binary | 1101011 | 10001 | 101111 | 0 | 1010100 | 111000 | 111010 | 101010100 | 1001001 | 11000 |
Color Harmonies of #6B112F
Complementary color
Monochromatic Colors of #6B112F
Black with #6B112F
Text Example
Text Example
White with #6B112F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B112F; }
p { color: rgb(107,17,47); }
H1.HeaderClassName
{
color: #6B112F;
}
.AnyTagClassName
{
color: #6B112F;
}
</style>
background-color css
<style>
a { background-color: #6B112F; }
a { background-color: rgb(107,17,47); }
div.DivClassName
{
background-color: #6B112F;
}
.BgClassName
{
background-color: #6B112F;
}
</style>
border-color css
<style>
span { border-color: #6B112F; }
span { border-color: rgb(107,17,47); }
td.TdClassName
{
border-color: #6B112F;
}
.TagClassName
{
border-color: #6B112F;
}
</style>