Shades of Claret #6B2033
Tints of Claret #6B2033
RGB
CMYK
RGB Variations
Color information
#6B2033 (or 0x6B2033) is known color: Claret. HEX triplet: 6B, 20 and 33. RGB value is (107,32,51). Sum of RGB (Red+Green+Blue) = 107+32+51=190 (25% of max value = 765). Red value is 107 (42.19% from 255 or 56.32% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 51 (20.31% from 255 or 26.84% from 190); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2033 is #94DFCC. Grayscale: #383838. Windows color (decimal): -9756621 or 3350635. OLE color: 3350635.
HSL color Cylindrical-coordinate representation of color #6B2033: hue angle of 344.8º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6B2033 is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 32 | 51 | - |
| CMYK | 0 | 0.70 | 0.52 | 0.58 |
| HSL | 344.8º | 0.54% | 0.27% | - |
| HSV(B) | 344.8º | 0.7% | 0.42% | - |
| XYZ | 7.18 | 4.4 | 3.6 | - |
| YUV | 56.59 | 124.85 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 32 | 51 | 0 | 0.70 | 0.52 | 0.58 | 344.8 | 0.54 | 0.27 |
| Hex | 6B | 20 | 33 | 0 | 46 | 34 | 3A | 159 | 36 | 1B |
| Octal | 153 | 40 | 63 | 0 | 106 | 64 | 72 | 531 | 66 | 33 |
| Binary | 1101011 | 100000 | 110011 | 0 | 1000110 | 110100 | 111010 | 101011001 | 110110 | 11011 |
Color Harmonies of #6B2033
Complementary color
Monochromatic Colors of #6B2033
Black with #6B2033
Text Example
Text Example
White with #6B2033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2033; }
p { color: rgb(107,32,51); }
H1.HeaderClassName
{
color: #6B2033;
}
.AnyTagClassName
{
color: #6B2033;
}
</style>
background-color css
<style>
a { background-color: #6B2033; }
a { background-color: rgb(107,32,51); }
div.DivClassName
{
background-color: #6B2033;
}
.BgClassName
{
background-color: #6B2033;
}
</style>
border-color css
<style>
span { border-color: #6B2033; }
span { border-color: rgb(107,32,51); }
td.TdClassName
{
border-color: #6B2033;
}
.TagClassName
{
border-color: #6B2033;
}
</style>