Shades of Claret #781331
Tints of Claret #781331
RGB
CMYK
RGB Variations
Color information
#781331 (or 0x781331) is known color: Claret. HEX triplet: 78, 13 and 31. RGB value is (120,19,49). Sum of RGB (Red+Green+Blue) = 120+19+49=188 (24% of max value = 765). Red value is 120 (47.27% from 255 or 63.83% from 188); Green value is 19 (7.81% from 255 or 10.11% from 188); Blue value is 49 (19.53% from 255 or 26.06% from 188); Max value from RGB is 120 - color contains mainly: red. Hex color #781331 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781331 is #87ECCE. Grayscale: #343434. Windows color (decimal): -8907983 or 3216248. OLE color: 3216248.
HSL color Cylindrical-coordinate representation of color #781331: hue angle of 342.18º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #781331 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 19 | 49 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.53 |
| HSL | 342.18º | 0.73% | 0.27% | - |
| HSV(B) | 342.18º | 0.84% | 0.47% | - |
| XYZ | 8.53 | 4.68 | 3.36 | - |
| YUV | 52.62 | 125.96 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 19 | 49 | 0 | 0.84 | 0.59 | 0.53 | 342.18 | 0.73 | 0.27 |
| Hex | 78 | 13 | 31 | 0 | 54 | 3B | 35 | 156 | 49 | 1B |
| Octal | 170 | 23 | 61 | 0 | 124 | 73 | 65 | 526 | 111 | 33 |
| Binary | 1111000 | 10011 | 110001 | 0 | 1010100 | 111011 | 110101 | 101010110 | 1001001 | 11011 |
Color Harmonies of #781331
Complementary color
Monochromatic Colors of #781331
Black with #781331
Text Example
Text Example
White with #781331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781331; }
p { color: rgb(120,19,49); }
H1.HeaderClassName
{
color: #781331;
}
.AnyTagClassName
{
color: #781331;
}
</style>
background-color css
<style>
a { background-color: #781331; }
a { background-color: rgb(120,19,49); }
div.DivClassName
{
background-color: #781331;
}
.BgClassName
{
background-color: #781331;
}
</style>
border-color css
<style>
span { border-color: #781331; }
span { border-color: rgb(120,19,49); }
td.TdClassName
{
border-color: #781331;
}
.TagClassName
{
border-color: #781331;
}
</style>