Shades of Claret #7B203E
Tints of Claret #7B203E
RGB
CMYK
RGB Variations
Color information
#7B203E (or 0x7B203E) is known color: Claret. HEX triplet: 7B, 20 and 3E. RGB value is (123,32,62). Sum of RGB (Red+Green+Blue) = 123+32+62=217 (28% of max value = 765). Red value is 123 (48.44% from 255 or 56.68% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 62 (24.61% from 255 or 28.57% from 217); Max value from RGB is 123 - color contains mainly: red. Hex color #7B203E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B203E is #84DFC1. Grayscale: #3E3E3E. Windows color (decimal): -8708034 or 4071547. OLE color: 4071547.
HSL color Cylindrical-coordinate representation of color #7B203E: hue angle of 340.22º 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 #7B203E is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 32 | 62 | - |
| CMYK | 0 | 0.74 | 0.50 | 0.52 |
| HSL | 340.22º | 0.59% | 0.3% | - |
| HSV(B) | 340.22º | 0.74% | 0.48% | - |
| XYZ | 9.55 | 5.59 | 5.13 | - |
| YUV | 62.63 | 127.65 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 32 | 62 | 0 | 0.74 | 0.50 | 0.52 | 340.22 | 0.59 | 0.3 |
| Hex | 7B | 20 | 3E | 0 | 4A | 32 | 34 | 154 | 3B | 1E |
| Octal | 173 | 40 | 76 | 0 | 112 | 62 | 64 | 524 | 73 | 36 |
| Binary | 1111011 | 100000 | 111110 | 0 | 1001010 | 110010 | 110100 | 101010100 | 111011 | 11110 |
Color Harmonies of #7B203E
Complementary color
Monochromatic Colors of #7B203E
Black with #7B203E
Text Example
Text Example
White with #7B203E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B203E; }
p { color: rgb(123,32,62); }
H1.HeaderClassName
{
color: #7B203E;
}
.AnyTagClassName
{
color: #7B203E;
}
</style>
background-color css
<style>
a { background-color: #7B203E; }
a { background-color: rgb(123,32,62); }
div.DivClassName
{
background-color: #7B203E;
}
.BgClassName
{
background-color: #7B203E;
}
</style>
border-color css
<style>
span { border-color: #7B203E; }
span { border-color: rgb(123,32,62); }
td.TdClassName
{
border-color: #7B203E;
}
.TagClassName
{
border-color: #7B203E;
}
</style>