Shades of Claret #6B2332
Tints of Claret #6B2332
RGB
CMYK
RGB Variations
Color information
#6B2332 (or 0x6B2332) is known color: Claret. HEX triplet: 6B, 23 and 32. RGB value is (107,35,50). Sum of RGB (Red+Green+Blue) = 107+35+50=192 (25% of max value = 765). Red value is 107 (42.19% from 255 or 55.73% from 192); Green value is 35 (14.06% from 255 or 18.23% from 192); Blue value is 50 (19.92% from 255 or 26.04% from 192); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2332 is #94DCCD. Grayscale: #3A3A3A. Windows color (decimal): -9755854 or 3285867. OLE color: 3285867.
HSL color Cylindrical-coordinate representation of color #6B2332: hue angle of 347.5º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6B2332 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 35 | 50 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.58 |
| HSL | 347.5º | 0.51% | 0.28% | - |
| HSV(B) | 347.5º | 0.67% | 0.42% | - |
| XYZ | 7.24 | 4.56 | 3.52 | - |
| YUV | 58.24 | 123.35 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 35 | 50 | 0 | 0.67 | 0.53 | 0.58 | 347.5 | 0.51 | 0.28 |
| Hex | 6B | 23 | 32 | 0 | 43 | 35 | 3A | 15C | 33 | 1C |
| Octal | 153 | 43 | 62 | 0 | 103 | 65 | 72 | 534 | 63 | 34 |
| Binary | 1101011 | 100011 | 110010 | 0 | 1000011 | 110101 | 111010 | 101011100 | 110011 | 11100 |
Color Harmonies of #6B2332
Complementary color
Monochromatic Colors of #6B2332
Black with #6B2332
Text Example
Text Example
White with #6B2332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2332; }
p { color: rgb(107,35,50); }
H1.HeaderClassName
{
color: #6B2332;
}
.AnyTagClassName
{
color: #6B2332;
}
</style>
background-color css
<style>
a { background-color: #6B2332; }
a { background-color: rgb(107,35,50); }
div.DivClassName
{
background-color: #6B2332;
}
.BgClassName
{
background-color: #6B2332;
}
</style>
border-color css
<style>
span { border-color: #6B2332; }
span { border-color: rgb(107,35,50); }
td.TdClassName
{
border-color: #6B2332;
}
.TagClassName
{
border-color: #6B2332;
}
</style>