Shades of Claret #6B2634
Tints of Claret #6B2634
RGB
CMYK
RGB Variations
Color information
#6B2634 (or 0x6B2634) is known color: Claret. HEX triplet: 6B, 26 and 34. RGB value is (107,38,52). Sum of RGB (Red+Green+Blue) = 107+38+52=197 (26% of max value = 765). Red value is 107 (42.19% from 255 or 54.31% from 197); Green value is 38 (15.23% from 255 or 19.29% from 197); Blue value is 52 (20.70% from 255 or 26.40% from 197); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2634 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2634 is #94D9CB. Grayscale: #3C3C3C. Windows color (decimal): -9755084 or 3417707. OLE color: 3417707.
HSL color Cylindrical-coordinate representation of color #6B2634: hue angle of 347.83º 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 #6B2634 is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 38 | 52 | - |
| CMYK | 0 | 0.64 | 0.51 | 0.58 |
| HSL | 347.83º | 0.48% | 0.28% | - |
| HSV(B) | 347.83º | 0.64% | 0.42% | - |
| XYZ | 7.38 | 4.76 | 3.78 | - |
| YUV | 60.23 | 123.36 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 38 | 52 | 0 | 0.64 | 0.51 | 0.58 | 347.83 | 0.48 | 0.28 |
| Hex | 6B | 26 | 34 | 0 | 40 | 33 | 3A | 15C | 30 | 1C |
| Octal | 153 | 46 | 64 | 0 | 100 | 63 | 72 | 534 | 60 | 34 |
| Binary | 1101011 | 100110 | 110100 | 0 | 1000000 | 110011 | 111010 | 101011100 | 110000 | 11100 |
Color Harmonies of #6B2634
Complementary color
Monochromatic Colors of #6B2634
Black with #6B2634
Text Example
Text Example
White with #6B2634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2634; }
p { color: rgb(107,38,52); }
H1.HeaderClassName
{
color: #6B2634;
}
.AnyTagClassName
{
color: #6B2634;
}
</style>
background-color css
<style>
a { background-color: #6B2634; }
a { background-color: rgb(107,38,52); }
div.DivClassName
{
background-color: #6B2634;
}
.BgClassName
{
background-color: #6B2634;
}
</style>
border-color css
<style>
span { border-color: #6B2634; }
span { border-color: rgb(107,38,52); }
td.TdClassName
{
border-color: #6B2634;
}
.TagClassName
{
border-color: #6B2634;
}
</style>