Shades of Claret #6B1835
Tints of Claret #6B1835
RGB
CMYK
RGB Variations
Color information
#6B1835 (or 0x6B1835) is known color: Claret. HEX triplet: 6B, 18 and 35. RGB value is (107,24,53). Sum of RGB (Red+Green+Blue) = 107+24+53=184 (24% of max value = 765). Red value is 107 (42.19% from 255 or 58.15% from 184); Green value is 24 (9.77% from 255 or 13.04% from 184); Blue value is 53 (21.09% from 255 or 28.80% from 184); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1835 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1835 is #94E7CA. Grayscale: #343434. Windows color (decimal): -9758667 or 3479659. OLE color: 3479659.
HSL color Cylindrical-coordinate representation of color #6B1835: hue angle of 339.04º 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 #6B1835 is Cyan = 0, Magento = 0.78, Yellow = 0.50 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 24 | 53 | - |
| CMYK | 0 | 0.78 | 0.50 | 0.58 |
| HSL | 339.04º | 0.63% | 0.26% | - |
| HSV(B) | 339.04º | 0.78% | 0.42% | - |
| XYZ | 7.03 | 4.04 | 3.78 | - |
| YUV | 52.12 | 128.5 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 24 | 53 | 0 | 0.78 | 0.50 | 0.58 | 339.04 | 0.63 | 0.26 |
| Hex | 6B | 18 | 35 | 0 | 4E | 32 | 3A | 153 | 3F | 1A |
| Octal | 153 | 30 | 65 | 0 | 116 | 62 | 72 | 523 | 77 | 32 |
| Binary | 1101011 | 11000 | 110101 | 0 | 1001110 | 110010 | 111010 | 101010011 | 111111 | 11010 |
Color Harmonies of #6B1835
Complementary color
Monochromatic Colors of #6B1835
Black with #6B1835
Text Example
Text Example
White with #6B1835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1835; }
p { color: rgb(107,24,53); }
H1.HeaderClassName
{
color: #6B1835;
}
.AnyTagClassName
{
color: #6B1835;
}
</style>
background-color css
<style>
a { background-color: #6B1835; }
a { background-color: rgb(107,24,53); }
div.DivClassName
{
background-color: #6B1835;
}
.BgClassName
{
background-color: #6B1835;
}
</style>
border-color css
<style>
span { border-color: #6B1835; }
span { border-color: rgb(107,24,53); }
td.TdClassName
{
border-color: #6B1835;
}
.TagClassName
{
border-color: #6B1835;
}
</style>