Shades of Claret #6B2632
Tints of Claret #6B2632
RGB
CMYK
RGB Variations
Color information
#6B2632 (or 0x6B2632) is known color: Claret. HEX triplet: 6B, 26 and 32. RGB value is (107,38,50). Sum of RGB (Red+Green+Blue) = 107+38+50=195 (25% of max value = 765). Red value is 107 (42.19% from 255 or 54.87% from 195); Green value is 38 (15.23% from 255 or 19.49% from 195); Blue value is 50 (19.92% from 255 or 25.64% from 195); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2632 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2632 is #94D9CD. Grayscale: #3C3C3C. Windows color (decimal): -9755086 or 3286635. OLE color: 3286635.
HSL color Cylindrical-coordinate representation of color #6B2632: hue angle of 349.57º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6B2632 is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 38 | 50 | - |
| CMYK | 0 | 0.64 | 0.53 | 0.58 |
| HSL | 349.57º | 0.48% | 0.28% | - |
| HSV(B) | 349.57º | 0.64% | 0.42% | - |
| XYZ | 7.33 | 4.74 | 3.55 | - |
| YUV | 60 | 122.36 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 38 | 50 | 0 | 0.64 | 0.53 | 0.58 | 349.57 | 0.48 | 0.28 |
| Hex | 6B | 26 | 32 | 0 | 40 | 35 | 3A | 15E | 30 | 1C |
| Octal | 153 | 46 | 62 | 0 | 100 | 65 | 72 | 536 | 60 | 34 |
| Binary | 1101011 | 100110 | 110010 | 0 | 1000000 | 110101 | 111010 | 101011110 | 110000 | 11100 |
Color Harmonies of #6B2632
Complementary color
Monochromatic Colors of #6B2632
Black with #6B2632
Text Example
Text Example
White with #6B2632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2632; }
p { color: rgb(107,38,50); }
H1.HeaderClassName
{
color: #6B2632;
}
.AnyTagClassName
{
color: #6B2632;
}
</style>
background-color css
<style>
a { background-color: #6B2632; }
a { background-color: rgb(107,38,50); }
div.DivClassName
{
background-color: #6B2632;
}
.BgClassName
{
background-color: #6B2632;
}
</style>
border-color css
<style>
span { border-color: #6B2632; }
span { border-color: rgb(107,38,50); }
td.TdClassName
{
border-color: #6B2632;
}
.TagClassName
{
border-color: #6B2632;
}
</style>