Shades of Claret #7B203B
Tints of Claret #7B203B
RGB
CMYK
RGB Variations
Color information
#7B203B (or 0x7B203B) is known color: Claret. HEX triplet: 7B, 20 and 3B. RGB value is (123,32,59). Sum of RGB (Red+Green+Blue) = 123+32+59=214 (28% of max value = 765). Red value is 123 (48.44% from 255 or 57.48% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 59 (23.44% from 255 or 27.57% from 214); Max value from RGB is 123 - color contains mainly: red. Hex color #7B203B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B203B is #84DFC4. Grayscale: #3E3E3E. Windows color (decimal): -8708037 or 3874939. OLE color: 3874939.
HSL color Cylindrical-coordinate representation of color #7B203B: hue angle of 342.2º 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 #7B203B is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 32 | 59 | - |
| CMYK | 0 | 0.74 | 0.52 | 0.52 |
| HSL | 342.2º | 0.59% | 0.3% | - |
| HSV(B) | 342.2º | 0.74% | 0.48% | - |
| XYZ | 9.47 | 5.56 | 4.71 | - |
| YUV | 62.29 | 126.15 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 32 | 59 | 0 | 0.74 | 0.52 | 0.52 | 342.2 | 0.59 | 0.3 |
| Hex | 7B | 20 | 3B | 0 | 4A | 34 | 34 | 156 | 3B | 1E |
| Octal | 173 | 40 | 73 | 0 | 112 | 64 | 64 | 526 | 73 | 36 |
| Binary | 1111011 | 100000 | 111011 | 0 | 1001010 | 110100 | 110100 | 101010110 | 111011 | 11110 |
Color Harmonies of #7B203B
Complementary color
Monochromatic Colors of #7B203B
Black with #7B203B
Text Example
Text Example
White with #7B203B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B203B; }
p { color: rgb(123,32,59); }
H1.HeaderClassName
{
color: #7B203B;
}
.AnyTagClassName
{
color: #7B203B;
}
</style>
background-color css
<style>
a { background-color: #7B203B; }
a { background-color: rgb(123,32,59); }
div.DivClassName
{
background-color: #7B203B;
}
.BgClassName
{
background-color: #7B203B;
}
</style>
border-color css
<style>
span { border-color: #7B203B; }
span { border-color: rgb(123,32,59); }
td.TdClassName
{
border-color: #7B203B;
}
.TagClassName
{
border-color: #7B203B;
}
</style>