Shades of Claret #780E37
Tints of Claret #780E37
RGB
CMYK
RGB Variations
Color information
#780E37 (or 0x780E37) is known color: Claret. HEX triplet: 78, 0E and 37. RGB value is (120,14,55). Sum of RGB (Red+Green+Blue) = 120+14+55=189 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.49% from 189); Green value is 14 (5.86% from 255 or 7.41% from 189); Blue value is 55 (21.88% from 255 or 29.10% from 189); Max value from RGB is 120 - color contains mainly: red. Hex color #780E37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780E37 is #87F1C8. Grayscale: #323232. Windows color (decimal): -8909257 or 3608184. OLE color: 3608184.
HSL color Cylindrical-coordinate representation of color #780E37: hue angle of 336.79º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #780E37 is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 14 | 55 | - |
| CMYK | 0 | 0.88 | 0.54 | 0.53 |
| HSL | 336.79º | 0.79% | 0.26% | - |
| HSV(B) | 336.79º | 0.88% | 0.47% | - |
| XYZ | 8.59 | 4.58 | 4.05 | - |
| YUV | 50.37 | 130.62 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 14 | 55 | 0 | 0.88 | 0.54 | 0.53 | 336.79 | 0.79 | 0.26 |
| Hex | 78 | E | 37 | 0 | 58 | 36 | 35 | 151 | 4F | 1A |
| Octal | 170 | 16 | 67 | 0 | 130 | 66 | 65 | 521 | 117 | 32 |
| Binary | 1111000 | 1110 | 110111 | 0 | 1011000 | 110110 | 110101 | 101010001 | 1001111 | 11010 |
Color Harmonies of #780E37
Complementary color
Monochromatic Colors of #780E37
Black with #780E37
Text Example
Text Example
White with #780E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780E37; }
p { color: rgb(120,14,55); }
H1.HeaderClassName
{
color: #780E37;
}
.AnyTagClassName
{
color: #780E37;
}
</style>
background-color css
<style>
a { background-color: #780E37; }
a { background-color: rgb(120,14,55); }
div.DivClassName
{
background-color: #780E37;
}
.BgClassName
{
background-color: #780E37;
}
</style>
border-color css
<style>
span { border-color: #780E37; }
span { border-color: rgb(120,14,55); }
td.TdClassName
{
border-color: #780E37;
}
.TagClassName
{
border-color: #780E37;
}
</style>