Shades of Claret #6B2235
Tints of Claret #6B2235
RGB
CMYK
RGB Variations
Color information
#6B2235 (or 0x6B2235) is known color: Claret. HEX triplet: 6B, 22 and 35. RGB value is (107,34,53). Sum of RGB (Red+Green+Blue) = 107+34+53=194 (25% of max value = 765). Red value is 107 (42.19% from 255 or 55.15% from 194); Green value is 34 (13.67% from 255 or 17.53% from 194); Blue value is 53 (21.09% from 255 or 27.32% from 194); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2235 is #94DDCA. Grayscale: #393939. Windows color (decimal): -9756107 or 3482219. OLE color: 3482219.
HSL color Cylindrical-coordinate representation of color #6B2235: hue angle of 344.38º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6B2235 is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 34 | 53 | - |
| CMYK | 0 | 0.68 | 0.50 | 0.58 |
| HSL | 344.38º | 0.52% | 0.28% | - |
| HSV(B) | 344.38º | 0.68% | 0.42% | - |
| XYZ | 7.28 | 4.53 | 3.86 | - |
| YUV | 57.99 | 125.18 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 34 | 53 | 0 | 0.68 | 0.50 | 0.58 | 344.38 | 0.52 | 0.28 |
| Hex | 6B | 22 | 35 | 0 | 44 | 32 | 3A | 158 | 34 | 1C |
| Octal | 153 | 42 | 65 | 0 | 104 | 62 | 72 | 530 | 64 | 34 |
| Binary | 1101011 | 100010 | 110101 | 0 | 1000100 | 110010 | 111010 | 101011000 | 110100 | 11100 |
Color Harmonies of #6B2235
Complementary color
Monochromatic Colors of #6B2235
Black with #6B2235
Text Example
Text Example
White with #6B2235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2235; }
p { color: rgb(107,34,53); }
H1.HeaderClassName
{
color: #6B2235;
}
.AnyTagClassName
{
color: #6B2235;
}
</style>
background-color css
<style>
a { background-color: #6B2235; }
a { background-color: rgb(107,34,53); }
div.DivClassName
{
background-color: #6B2235;
}
.BgClassName
{
background-color: #6B2235;
}
</style>
border-color css
<style>
span { border-color: #6B2235; }
span { border-color: rgb(107,34,53); }
td.TdClassName
{
border-color: #6B2235;
}
.TagClassName
{
border-color: #6B2235;
}
</style>