Shades of Claret #6B2433
Tints of Claret #6B2433
RGB
CMYK
RGB Variations
Color information
#6B2433 (or 0x6B2433) is known color: Claret. HEX triplet: 6B, 24 and 33. RGB value is (107,36,51). Sum of RGB (Red+Green+Blue) = 107+36+51=194 (25% of max value = 765). Red value is 107 (42.19% from 255 or 55.15% from 194); Green value is 36 (14.45% from 255 or 18.56% from 194); Blue value is 51 (20.31% from 255 or 26.29% from 194); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2433 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2433 is #94DBCC. Grayscale: #3A3A3A. Windows color (decimal): -9755597 or 3351659. OLE color: 3351659.
HSL color Cylindrical-coordinate representation of color #6B2433: hue angle of 347.32º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6B2433 is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 36 | 51 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.58 |
| HSL | 347.32º | 0.5% | 0.28% | - |
| HSV(B) | 347.32º | 0.66% | 0.42% | - |
| XYZ | 7.29 | 4.63 | 3.64 | - |
| YUV | 58.94 | 123.52 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 36 | 51 | 0 | 0.66 | 0.52 | 0.58 | 347.32 | 0.5 | 0.28 |
| Hex | 6B | 24 | 33 | 0 | 42 | 34 | 3A | 15B | 32 | 1C |
| Octal | 153 | 44 | 63 | 0 | 102 | 64 | 72 | 533 | 62 | 34 |
| Binary | 1101011 | 100100 | 110011 | 0 | 1000010 | 110100 | 111010 | 101011011 | 110010 | 11100 |
Color Harmonies of #6B2433
Complementary color
Monochromatic Colors of #6B2433
Black with #6B2433
Text Example
Text Example
White with #6B2433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2433; }
p { color: rgb(107,36,51); }
H1.HeaderClassName
{
color: #6B2433;
}
.AnyTagClassName
{
color: #6B2433;
}
</style>
background-color css
<style>
a { background-color: #6B2433; }
a { background-color: rgb(107,36,51); }
div.DivClassName
{
background-color: #6B2433;
}
.BgClassName
{
background-color: #6B2433;
}
</style>
border-color css
<style>
span { border-color: #6B2433; }
span { border-color: rgb(107,36,51); }
td.TdClassName
{
border-color: #6B2433;
}
.TagClassName
{
border-color: #6B2433;
}
</style>