Shades of Claret #78203D
Tints of Claret #78203D
RGB
CMYK
RGB Variations
Color information
#78203D (or 0x78203D) is known color: Claret. HEX triplet: 78, 20 and 3D. RGB value is (120,32,61). Sum of RGB (Red+Green+Blue) = 120+32+61=213 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.34% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 61 (24.22% from 255 or 28.64% from 213); Max value from RGB is 120 - color contains mainly: red. Hex color #78203D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78203D is #87DFC2. Grayscale: #3D3D3D. Windows color (decimal): -8904643 or 4006008. OLE color: 4006008.
HSL color Cylindrical-coordinate representation of color #78203D: hue angle of 340.23º 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 #78203D is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 32 | 61 | - |
| CMYK | 0 | 0.73 | 0.49 | 0.53 |
| HSL | 340.23º | 0.58% | 0.3% | - |
| HSV(B) | 340.23º | 0.73% | 0.47% | - |
| XYZ | 9.1 | 5.36 | 4.97 | - |
| YUV | 61.62 | 127.65 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 32 | 61 | 0 | 0.73 | 0.49 | 0.53 | 340.23 | 0.58 | 0.3 |
| Hex | 78 | 20 | 3D | 0 | 49 | 31 | 35 | 154 | 3A | 1E |
| Octal | 170 | 40 | 75 | 0 | 111 | 61 | 65 | 524 | 72 | 36 |
| Binary | 1111000 | 100000 | 111101 | 0 | 1001001 | 110001 | 110101 | 101010100 | 111010 | 11110 |
Color Harmonies of #78203D
Complementary color
Monochromatic Colors of #78203D
Black with #78203D
Text Example
Text Example
White with #78203D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78203D; }
p { color: rgb(120,32,61); }
H1.HeaderClassName
{
color: #78203D;
}
.AnyTagClassName
{
color: #78203D;
}
</style>
background-color css
<style>
a { background-color: #78203D; }
a { background-color: rgb(120,32,61); }
div.DivClassName
{
background-color: #78203D;
}
.BgClassName
{
background-color: #78203D;
}
</style>
border-color css
<style>
span { border-color: #78203D; }
span { border-color: rgb(120,32,61); }
td.TdClassName
{
border-color: #78203D;
}
.TagClassName
{
border-color: #78203D;
}
</style>