Shades of Claret #780F37
Tints of Claret #780F37
RGB
CMYK
RGB Variations
Color information
#780F37 (or 0x780F37) is known color: Claret. HEX triplet: 78, 0F and 37. RGB value is (120,15,55). Sum of RGB (Red+Green+Blue) = 120+15+55=190 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.16% from 190); Green value is 15 (6.25% from 255 or 7.89% from 190); Blue value is 55 (21.88% from 255 or 28.95% from 190); Max value from RGB is 120 - color contains mainly: red. Hex color #780F37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780F37 is #87F0C8. Grayscale: #323232. Windows color (decimal): -8909001 or 3608440. OLE color: 3608440.
HSL color Cylindrical-coordinate representation of color #780F37: hue angle of 337.14º degrees, saturation: 0.78, 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 #780F37 is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 15 | 55 | - |
| CMYK | 0 | 0.87 | 0.54 | 0.53 |
| HSL | 337.14º | 0.78% | 0.26% | - |
| HSV(B) | 337.14º | 0.88% | 0.47% | - |
| XYZ | 8.61 | 4.61 | 4.05 | - |
| YUV | 50.96 | 130.29 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 15 | 55 | 0 | 0.87 | 0.54 | 0.53 | 337.14 | 0.78 | 0.26 |
| Hex | 78 | F | 37 | 0 | 57 | 36 | 35 | 151 | 4E | 1A |
| Octal | 170 | 17 | 67 | 0 | 127 | 66 | 65 | 521 | 116 | 32 |
| Binary | 1111000 | 1111 | 110111 | 0 | 1010111 | 110110 | 110101 | 101010001 | 1001110 | 11010 |
Color Harmonies of #780F37
Complementary color
Monochromatic Colors of #780F37
Black with #780F37
Text Example
Text Example
White with #780F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780F37; }
p { color: rgb(120,15,55); }
H1.HeaderClassName
{
color: #780F37;
}
.AnyTagClassName
{
color: #780F37;
}
</style>
background-color css
<style>
a { background-color: #780F37; }
a { background-color: rgb(120,15,55); }
div.DivClassName
{
background-color: #780F37;
}
.BgClassName
{
background-color: #780F37;
}
</style>
border-color css
<style>
span { border-color: #780F37; }
span { border-color: rgb(120,15,55); }
td.TdClassName
{
border-color: #780F37;
}
.TagClassName
{
border-color: #780F37;
}
</style>