Shades of Claret #7B2039
Tints of Claret #7B2039
RGB
CMYK
RGB Variations
Color information
#7B2039 (or 0x7B2039) is known color: Claret. HEX triplet: 7B, 20 and 39. RGB value is (123,32,57). Sum of RGB (Red+Green+Blue) = 123+32+57=212 (28% of max value = 765). Red value is 123 (48.44% from 255 or 58.02% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 57 (22.66% from 255 or 26.89% from 212); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2039 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2039 is #84DFC6. Grayscale: #3E3E3E. Windows color (decimal): -8708039 or 3743867. OLE color: 3743867.
HSL color Cylindrical-coordinate representation of color #7B2039: hue angle of 343.52º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7B2039 is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 32 | 57 | - |
| CMYK | 0 | 0.74 | 0.54 | 0.52 |
| HSL | 343.52º | 0.59% | 0.3% | - |
| HSV(B) | 343.52º | 0.74% | 0.48% | - |
| XYZ | 9.42 | 5.54 | 4.44 | - |
| YUV | 62.06 | 125.15 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 32 | 57 | 0 | 0.74 | 0.54 | 0.52 | 343.52 | 0.59 | 0.3 |
| Hex | 7B | 20 | 39 | 0 | 4A | 36 | 34 | 158 | 3B | 1E |
| Octal | 173 | 40 | 71 | 0 | 112 | 66 | 64 | 530 | 73 | 36 |
| Binary | 1111011 | 100000 | 111001 | 0 | 1001010 | 110110 | 110100 | 101011000 | 111011 | 11110 |
Color Harmonies of #7B2039
Complementary color
Monochromatic Colors of #7B2039
Black with #7B2039
Text Example
Text Example
White with #7B2039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2039; }
p { color: rgb(123,32,57); }
H1.HeaderClassName
{
color: #7B2039;
}
.AnyTagClassName
{
color: #7B2039;
}
</style>
background-color css
<style>
a { background-color: #7B2039; }
a { background-color: rgb(123,32,57); }
div.DivClassName
{
background-color: #7B2039;
}
.BgClassName
{
background-color: #7B2039;
}
</style>
border-color css
<style>
span { border-color: #7B2039; }
span { border-color: rgb(123,32,57); }
td.TdClassName
{
border-color: #7B2039;
}
.TagClassName
{
border-color: #7B2039;
}
</style>