Shades of Claret #78203A
Tints of Claret #78203A
RGB
CMYK
RGB Variations
Color information
#78203A (or 0x78203A) is known color: Claret. HEX triplet: 78, 20 and 3A. RGB value is (120,32,58). Sum of RGB (Red+Green+Blue) = 120+32+58=210 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.14% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 58 (23.05% from 255 or 27.62% from 210); Max value from RGB is 120 - color contains mainly: red. Hex color #78203A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78203A is #87DFC5. Grayscale: #3D3D3D. Windows color (decimal): -8904646 or 3809400. OLE color: 3809400.
HSL color Cylindrical-coordinate representation of color #78203A: hue angle of 342.27º 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 #78203A is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 32 | 58 | - |
| CMYK | 0 | 0.73 | 0.52 | 0.53 |
| HSL | 342.27º | 0.58% | 0.3% | - |
| HSV(B) | 342.27º | 0.73% | 0.47% | - |
| XYZ | 9.03 | 5.33 | 4.56 | - |
| YUV | 61.28 | 126.15 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 32 | 58 | 0 | 0.73 | 0.52 | 0.53 | 342.27 | 0.58 | 0.3 |
| Hex | 78 | 20 | 3A | 0 | 49 | 34 | 35 | 156 | 3A | 1E |
| Octal | 170 | 40 | 72 | 0 | 111 | 64 | 65 | 526 | 72 | 36 |
| Binary | 1111000 | 100000 | 111010 | 0 | 1001001 | 110100 | 110101 | 101010110 | 111010 | 11110 |
Color Harmonies of #78203A
Complementary color
Monochromatic Colors of #78203A
Black with #78203A
Text Example
Text Example
White with #78203A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78203A; }
p { color: rgb(120,32,58); }
H1.HeaderClassName
{
color: #78203A;
}
.AnyTagClassName
{
color: #78203A;
}
</style>
background-color css
<style>
a { background-color: #78203A; }
a { background-color: rgb(120,32,58); }
div.DivClassName
{
background-color: #78203A;
}
.BgClassName
{
background-color: #78203A;
}
</style>
border-color css
<style>
span { border-color: #78203A; }
span { border-color: rgb(120,32,58); }
td.TdClassName
{
border-color: #78203A;
}
.TagClassName
{
border-color: #78203A;
}
</style>