Shades of Claret #7B2139
Tints of Claret #7B2139
RGB
CMYK
RGB Variations
Color information
#7B2139 (or 0x7B2139) is known color: Claret. HEX triplet: 7B, 21 and 39. RGB value is (123,33,57). Sum of RGB (Red+Green+Blue) = 123+33+57=213 (28% of max value = 765). Red value is 123 (48.44% from 255 or 57.75% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 57 (22.66% from 255 or 26.76% from 213); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2139 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2139 is #84DEC6. Grayscale: #3E3E3E. Windows color (decimal): -8707783 or 3744123. OLE color: 3744123.
HSL color Cylindrical-coordinate representation of color #7B2139: hue angle of 344º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7B2139 is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 33 | 57 | - |
| CMYK | 0 | 0.73 | 0.54 | 0.52 |
| HSL | 344º | 0.58% | 0.31% | - |
| HSV(B) | 344º | 0.73% | 0.48% | - |
| XYZ | 9.45 | 5.59 | 4.45 | - |
| YUV | 62.65 | 124.82 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 33 | 57 | 0 | 0.73 | 0.54 | 0.52 | 344 | 0.58 | 0.31 |
| Hex | 7B | 21 | 39 | 0 | 49 | 36 | 34 | 158 | 3A | 1F |
| Octal | 173 | 41 | 71 | 0 | 111 | 66 | 64 | 530 | 72 | 37 |
| Binary | 1111011 | 100001 | 111001 | 0 | 1001001 | 110110 | 110100 | 101011000 | 111010 | 11111 |
Color Harmonies of #7B2139
Complementary color
Monochromatic Colors of #7B2139
Black with #7B2139
Text Example
Text Example
White with #7B2139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2139; }
p { color: rgb(123,33,57); }
H1.HeaderClassName
{
color: #7B2139;
}
.AnyTagClassName
{
color: #7B2139;
}
</style>
background-color css
<style>
a { background-color: #7B2139; }
a { background-color: rgb(123,33,57); }
div.DivClassName
{
background-color: #7B2139;
}
.BgClassName
{
background-color: #7B2139;
}
</style>
border-color css
<style>
span { border-color: #7B2139; }
span { border-color: rgb(123,33,57); }
td.TdClassName
{
border-color: #7B2139;
}
.TagClassName
{
border-color: #7B2139;
}
</style>