Shades of Claret #6B1232
Tints of Claret #6B1232
RGB
CMYK
RGB Variations
Color information
#6B1232 (or 0x6B1232) is known color: Claret. HEX triplet: 6B, 12 and 32. RGB value is (107,18,50). Sum of RGB (Red+Green+Blue) = 107+18+50=175 (23% of max value = 765). Red value is 107 (42.19% from 255 or 61.14% from 175); Green value is 18 (7.42% from 255 or 10.29% from 175); Blue value is 50 (19.92% from 255 or 28.57% from 175); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1232 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1232 is #94EDCD. Grayscale: #303030. Windows color (decimal): -9760206 or 3281515. OLE color: 3281515.
HSL color Cylindrical-coordinate representation of color #6B1232: hue angle of 338.43º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6B1232 is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 18 | 50 | - |
| CMYK | 0 | 0.83 | 0.53 | 0.58 |
| HSL | 338.43º | 0.71% | 0.25% | - |
| HSV(B) | 338.43º | 0.83% | 0.42% | - |
| XYZ | 6.86 | 3.79 | 3.39 | - |
| YUV | 48.26 | 128.99 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 18 | 50 | 0 | 0.83 | 0.53 | 0.58 | 338.43 | 0.71 | 0.25 |
| Hex | 6B | 12 | 32 | 0 | 53 | 35 | 3A | 152 | 47 | 19 |
| Octal | 153 | 22 | 62 | 0 | 123 | 65 | 72 | 522 | 107 | 31 |
| Binary | 1101011 | 10010 | 110010 | 0 | 1010011 | 110101 | 111010 | 101010010 | 1000111 | 11001 |
Color Harmonies of #6B1232
Complementary color
Monochromatic Colors of #6B1232
Black with #6B1232
Text Example
Text Example
White with #6B1232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1232; }
p { color: rgb(107,18,50); }
H1.HeaderClassName
{
color: #6B1232;
}
.AnyTagClassName
{
color: #6B1232;
}
</style>
background-color css
<style>
a { background-color: #6B1232; }
a { background-color: rgb(107,18,50); }
div.DivClassName
{
background-color: #6B1232;
}
.BgClassName
{
background-color: #6B1232;
}
</style>
border-color css
<style>
span { border-color: #6B1232; }
span { border-color: rgb(107,18,50); }
td.TdClassName
{
border-color: #6B1232;
}
.TagClassName
{
border-color: #6B1232;
}
</style>