Shades of Claret #78203C
Tints of Claret #78203C
RGB
CMYK
RGB Variations
Color information
#78203C (or 0x78203C) is known color: Claret. HEX triplet: 78, 20 and 3C. RGB value is (120,32,60). Sum of RGB (Red+Green+Blue) = 120+32+60=212 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.60% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 60 (23.83% from 255 or 28.30% from 212); Max value from RGB is 120 - color contains mainly: red. Hex color #78203C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78203C is #87DFC3. Grayscale: #3D3D3D. Windows color (decimal): -8904644 or 3940472. OLE color: 3940472.
HSL color Cylindrical-coordinate representation of color #78203C: hue angle of 340.91º 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 #78203C is Cyan = 0, Magento = 0.73, Yellow = 0.5 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 32 | 60 | - |
| CMYK | 0 | 0.73 | 0.5 | 0.53 |
| HSL | 340.91º | 0.58% | 0.3% | - |
| HSV(B) | 340.91º | 0.73% | 0.47% | - |
| XYZ | 9.08 | 5.35 | 4.83 | - |
| YUV | 61.5 | 127.15 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 32 | 60 | 0 | 0.73 | 0.5 | 0.53 | 340.91 | 0.58 | 0.3 |
| Hex | 78 | 20 | 3C | 0 | 49 | 32 | 35 | 155 | 3A | 1E |
| Octal | 170 | 40 | 74 | 0 | 111 | 62 | 65 | 525 | 72 | 36 |
| Binary | 1111000 | 100000 | 111100 | 0 | 1001001 | 110010 | 110101 | 101010101 | 111010 | 11110 |
Color Harmonies of #78203C
Complementary color
Monochromatic Colors of #78203C
Black with #78203C
Text Example
Text Example
White with #78203C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78203C; }
p { color: rgb(120,32,60); }
H1.HeaderClassName
{
color: #78203C;
}
.AnyTagClassName
{
color: #78203C;
}
</style>
background-color css
<style>
a { background-color: #78203C; }
a { background-color: rgb(120,32,60); }
div.DivClassName
{
background-color: #78203C;
}
.BgClassName
{
background-color: #78203C;
}
</style>
border-color css
<style>
span { border-color: #78203C; }
span { border-color: rgb(120,32,60); }
td.TdClassName
{
border-color: #78203C;
}
.TagClassName
{
border-color: #78203C;
}
</style>