Shades of Claret #781334
Tints of Claret #781334
RGB
CMYK
RGB Variations
Color information
#781334 (or 0x781334) is known color: Claret. HEX triplet: 78, 13 and 34. RGB value is (120,19,52). Sum of RGB (Red+Green+Blue) = 120+19+52=191 (25% of max value = 765). Red value is 120 (47.27% from 255 or 62.83% from 191); Green value is 19 (7.81% from 255 or 9.95% from 191); Blue value is 52 (20.70% from 255 or 27.23% from 191); Max value from RGB is 120 - color contains mainly: red. Hex color #781334 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781334 is #87ECCB. Grayscale: #343434. Windows color (decimal): -8907980 or 3412856. OLE color: 3412856.
HSL color Cylindrical-coordinate representation of color #781334: hue angle of 340.4º 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 #781334 is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 19 | 52 | - |
| CMYK | 0 | 0.84 | 0.57 | 0.53 |
| HSL | 340.4º | 0.73% | 0.27% | - |
| HSV(B) | 340.4º | 0.84% | 0.47% | - |
| XYZ | 8.6 | 4.71 | 3.7 | - |
| YUV | 52.96 | 127.46 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 19 | 52 | 0 | 0.84 | 0.57 | 0.53 | 340.4 | 0.73 | 0.27 |
| Hex | 78 | 13 | 34 | 0 | 54 | 39 | 35 | 154 | 49 | 1B |
| Octal | 170 | 23 | 64 | 0 | 124 | 71 | 65 | 524 | 111 | 33 |
| Binary | 1111000 | 10011 | 110100 | 0 | 1010100 | 111001 | 110101 | 101010100 | 1001001 | 11011 |
Color Harmonies of #781334
Complementary color
Monochromatic Colors of #781334
Black with #781334
Text Example
Text Example
White with #781334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781334; }
p { color: rgb(120,19,52); }
H1.HeaderClassName
{
color: #781334;
}
.AnyTagClassName
{
color: #781334;
}
</style>
background-color css
<style>
a { background-color: #781334; }
a { background-color: rgb(120,19,52); }
div.DivClassName
{
background-color: #781334;
}
.BgClassName
{
background-color: #781334;
}
</style>
border-color css
<style>
span { border-color: #781334; }
span { border-color: rgb(120,19,52); }
td.TdClassName
{
border-color: #781334;
}
.TagClassName
{
border-color: #781334;
}
</style>