Shades of Claret #6B1831
Tints of Claret #6B1831
RGB
CMYK
RGB Variations
Color information
#6B1831 (or 0x6B1831) is known color: Claret. HEX triplet: 6B, 18 and 31. RGB value is (107,24,49). Sum of RGB (Red+Green+Blue) = 107+24+49=180 (23% of max value = 765). Red value is 107 (42.19% from 255 or 59.44% from 180); Green value is 24 (9.77% from 255 or 13.33% from 180); Blue value is 49 (19.53% from 255 or 27.22% from 180); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1831 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1831 is #94E7CE. Grayscale: #333333. Windows color (decimal): -9758671 or 3217515. OLE color: 3217515.
HSL color Cylindrical-coordinate representation of color #6B1831: hue angle of 341.93º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6B1831 is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 24 | 49 | - |
| CMYK | 0 | 0.78 | 0.54 | 0.58 |
| HSL | 341.93º | 0.63% | 0.26% | - |
| HSV(B) | 341.93º | 0.78% | 0.42% | - |
| XYZ | 6.94 | 4 | 3.31 | - |
| YUV | 51.67 | 126.5 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 24 | 49 | 0 | 0.78 | 0.54 | 0.58 | 341.93 | 0.63 | 0.26 |
| Hex | 6B | 18 | 31 | 0 | 4E | 36 | 3A | 156 | 3F | 1A |
| Octal | 153 | 30 | 61 | 0 | 116 | 66 | 72 | 526 | 77 | 32 |
| Binary | 1101011 | 11000 | 110001 | 0 | 1001110 | 110110 | 111010 | 101010110 | 111111 | 11010 |
Color Harmonies of #6B1831
Complementary color
Monochromatic Colors of #6B1831
Black with #6B1831
Text Example
Text Example
White with #6B1831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1831; }
p { color: rgb(107,24,49); }
H1.HeaderClassName
{
color: #6B1831;
}
.AnyTagClassName
{
color: #6B1831;
}
</style>
background-color css
<style>
a { background-color: #6B1831; }
a { background-color: rgb(107,24,49); }
div.DivClassName
{
background-color: #6B1831;
}
.BgClassName
{
background-color: #6B1831;
}
</style>
border-color css
<style>
span { border-color: #6B1831; }
span { border-color: rgb(107,24,49); }
td.TdClassName
{
border-color: #6B1831;
}
.TagClassName
{
border-color: #6B1831;
}
</style>