Shades of Claret #7B203F
Tints of Claret #7B203F
RGB
CMYK
RGB Variations
Color information
#7B203F (or 0x7B203F) is known color: Claret. HEX triplet: 7B, 20 and 3F. RGB value is (123,32,63). Sum of RGB (Red+Green+Blue) = 123+32+63=218 (28% of max value = 765). Red value is 123 (48.44% from 255 or 56.42% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 63 (25% from 255 or 28.90% from 218); Max value from RGB is 123 - color contains mainly: red. Hex color #7B203F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B203F is #84DFC0. Grayscale: #3E3E3E. Windows color (decimal): -8708033 or 4137083. OLE color: 4137083.
HSL color Cylindrical-coordinate representation of color #7B203F: hue angle of 339.56º 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 #7B203F is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 32 | 63 | - |
| CMYK | 0 | 0.74 | 0.49 | 0.52 |
| HSL | 339.56º | 0.59% | 0.3% | - |
| HSV(B) | 339.56º | 0.74% | 0.48% | - |
| XYZ | 9.58 | 5.6 | 5.28 | - |
| YUV | 62.74 | 128.15 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 32 | 63 | 0 | 0.74 | 0.49 | 0.52 | 339.56 | 0.59 | 0.3 |
| Hex | 7B | 20 | 3F | 0 | 4A | 31 | 34 | 154 | 3B | 1E |
| Octal | 173 | 40 | 77 | 0 | 112 | 61 | 64 | 524 | 73 | 36 |
| Binary | 1111011 | 100000 | 111111 | 0 | 1001010 | 110001 | 110100 | 101010100 | 111011 | 11110 |
Color Harmonies of #7B203F
Complementary color
Monochromatic Colors of #7B203F
Black with #7B203F
Text Example
Text Example
White with #7B203F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B203F; }
p { color: rgb(123,32,63); }
H1.HeaderClassName
{
color: #7B203F;
}
.AnyTagClassName
{
color: #7B203F;
}
</style>
background-color css
<style>
a { background-color: #7B203F; }
a { background-color: rgb(123,32,63); }
div.DivClassName
{
background-color: #7B203F;
}
.BgClassName
{
background-color: #7B203F;
}
</style>
border-color css
<style>
span { border-color: #7B203F; }
span { border-color: rgb(123,32,63); }
td.TdClassName
{
border-color: #7B203F;
}
.TagClassName
{
border-color: #7B203F;
}
</style>