Shades of Claret #6B162E
Tints of Claret #6B162E
RGB
CMYK
RGB Variations
Color information
#6B162E (or 0x6B162E) is known color: Claret. HEX triplet: 6B, 16 and 2E. RGB value is (107,22,46). Sum of RGB (Red+Green+Blue) = 107+22+46=175 (23% of max value = 765). Red value is 107 (42.19% from 255 or 61.14% from 175); Green value is 22 (8.98% from 255 or 12.57% from 175); Blue value is 46 (18.36% from 255 or 26.29% from 175); Max value from RGB is 107 - color contains mainly: red. Hex color #6B162E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B162E is #94E9D1. Grayscale: #323232. Windows color (decimal): -9759186 or 3020395. OLE color: 3020395.
HSL color Cylindrical-coordinate representation of color #6B162E: hue angle of 343.06º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6B162E is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 22 | 46 | - |
| CMYK | 0 | 0.79 | 0.57 | 0.58 |
| HSL | 343.06º | 0.66% | 0.25% | - |
| HSV(B) | 343.06º | 0.79% | 0.42% | - |
| XYZ | 6.84 | 3.9 | 2.98 | - |
| YUV | 50.15 | 125.66 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 22 | 46 | 0 | 0.79 | 0.57 | 0.58 | 343.06 | 0.66 | 0.25 |
| Hex | 6B | 16 | 2E | 0 | 4F | 39 | 3A | 157 | 42 | 19 |
| Octal | 153 | 26 | 56 | 0 | 117 | 71 | 72 | 527 | 102 | 31 |
| Binary | 1101011 | 10110 | 101110 | 0 | 1001111 | 111001 | 111010 | 101010111 | 1000010 | 11001 |
Color Harmonies of #6B162E
Complementary color
Monochromatic Colors of #6B162E
Black with #6B162E
Text Example
Text Example
White with #6B162E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B162E; }
p { color: rgb(107,22,46); }
H1.HeaderClassName
{
color: #6B162E;
}
.AnyTagClassName
{
color: #6B162E;
}
</style>
background-color css
<style>
a { background-color: #6B162E; }
a { background-color: rgb(107,22,46); }
div.DivClassName
{
background-color: #6B162E;
}
.BgClassName
{
background-color: #6B162E;
}
</style>
border-color css
<style>
span { border-color: #6B162E; }
span { border-color: rgb(107,22,46); }
td.TdClassName
{
border-color: #6B162E;
}
.TagClassName
{
border-color: #6B162E;
}
</style>