Shades of Claret #6B2134
Tints of Claret #6B2134
RGB
CMYK
RGB Variations
Color information
#6B2134 (or 0x6B2134) is known color: Claret. HEX triplet: 6B, 21 and 34. RGB value is (107,33,52). Sum of RGB (Red+Green+Blue) = 107+33+52=192 (25% of max value = 765). Red value is 107 (42.19% from 255 or 55.73% from 192); Green value is 33 (13.28% from 255 or 17.19% from 192); Blue value is 52 (20.70% from 255 or 27.08% from 192); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2134 is #94DECB. Grayscale: #393939. Windows color (decimal): -9756364 or 3416427. OLE color: 3416427.
HSL color Cylindrical-coordinate representation of color #6B2134: hue angle of 344.59º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6B2134 is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 33 | 52 | - |
| CMYK | 0 | 0.69 | 0.51 | 0.58 |
| HSL | 344.59º | 0.53% | 0.27% | - |
| HSV(B) | 344.59º | 0.69% | 0.42% | - |
| XYZ | 7.23 | 4.46 | 3.73 | - |
| YUV | 57.29 | 125.02 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 33 | 52 | 0 | 0.69 | 0.51 | 0.58 | 344.59 | 0.53 | 0.27 |
| Hex | 6B | 21 | 34 | 0 | 45 | 33 | 3A | 159 | 35 | 1B |
| Octal | 153 | 41 | 64 | 0 | 105 | 63 | 72 | 531 | 65 | 33 |
| Binary | 1101011 | 100001 | 110100 | 0 | 1000101 | 110011 | 111010 | 101011001 | 110101 | 11011 |
Color Harmonies of #6B2134
Complementary color
Monochromatic Colors of #6B2134
Black with #6B2134
Text Example
Text Example
White with #6B2134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2134; }
p { color: rgb(107,33,52); }
H1.HeaderClassName
{
color: #6B2134;
}
.AnyTagClassName
{
color: #6B2134;
}
</style>
background-color css
<style>
a { background-color: #6B2134; }
a { background-color: rgb(107,33,52); }
div.DivClassName
{
background-color: #6B2134;
}
.BgClassName
{
background-color: #6B2134;
}
</style>
border-color css
<style>
span { border-color: #6B2134; }
span { border-color: rgb(107,33,52); }
td.TdClassName
{
border-color: #6B2134;
}
.TagClassName
{
border-color: #6B2134;
}
</style>