Shades of Claret #78203E
Tints of Claret #78203E
RGB
CMYK
RGB Variations
Color information
#78203E (or 0x78203E) is known color: Claret. HEX triplet: 78, 20 and 3E. RGB value is (120,32,62). Sum of RGB (Red+Green+Blue) = 120+32+62=214 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.07% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 62 (24.61% from 255 or 28.97% from 214); Max value from RGB is 120 - color contains mainly: red. Hex color #78203E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78203E is #87DFC1. Grayscale: #3D3D3D. Windows color (decimal): -8904642 or 4071544. OLE color: 4071544.
HSL color Cylindrical-coordinate representation of color #78203E: hue angle of 339.55º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #78203E is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 32 | 62 | - |
| CMYK | 0 | 0.73 | 0.48 | 0.53 |
| HSL | 339.55º | 0.58% | 0.3% | - |
| HSV(B) | 339.55º | 0.73% | 0.47% | - |
| XYZ | 9.13 | 5.37 | 5.11 | - |
| YUV | 61.73 | 128.15 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 32 | 62 | 0 | 0.73 | 0.48 | 0.53 | 339.55 | 0.58 | 0.3 |
| Hex | 78 | 20 | 3E | 0 | 49 | 30 | 35 | 154 | 3A | 1E |
| Octal | 170 | 40 | 76 | 0 | 111 | 60 | 65 | 524 | 72 | 36 |
| Binary | 1111000 | 100000 | 111110 | 0 | 1001001 | 110000 | 110101 | 101010100 | 111010 | 11110 |
Color Harmonies of #78203E
Complementary color
Monochromatic Colors of #78203E
Black with #78203E
Text Example
Text Example
White with #78203E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78203E; }
p { color: rgb(120,32,62); }
H1.HeaderClassName
{
color: #78203E;
}
.AnyTagClassName
{
color: #78203E;
}
</style>
background-color css
<style>
a { background-color: #78203E; }
a { background-color: rgb(120,32,62); }
div.DivClassName
{
background-color: #78203E;
}
.BgClassName
{
background-color: #78203E;
}
</style>
border-color css
<style>
span { border-color: #78203E; }
span { border-color: rgb(120,32,62); }
td.TdClassName
{
border-color: #78203E;
}
.TagClassName
{
border-color: #78203E;
}
</style>