Shades of Claret #781137
Tints of Claret #781137
RGB
CMYK
RGB Variations
Color information
#781137 (or 0x781137) is known color: Claret. HEX triplet: 78, 11 and 37. RGB value is (120,17,55). Sum of RGB (Red+Green+Blue) = 120+17+55=192 (25% of max value = 765). Red value is 120 (47.27% from 255 or 62.5% from 192); Green value is 17 (7.03% from 255 or 8.85% from 192); Blue value is 55 (21.88% from 255 or 28.65% from 192); Max value from RGB is 120 - color contains mainly: red. Hex color #781137 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781137 is #87EEC8. Grayscale: #343434. Windows color (decimal): -8908489 or 3608952. OLE color: 3608952.
HSL color Cylindrical-coordinate representation of color #781137: hue angle of 337.86º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #781137 is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 17 | 55 | - |
| CMYK | 0 | 0.86 | 0.54 | 0.53 |
| HSL | 337.86º | 0.75% | 0.27% | - |
| HSV(B) | 337.86º | 0.86% | 0.47% | - |
| XYZ | 8.64 | 4.67 | 4.06 | - |
| YUV | 52.13 | 129.62 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 17 | 55 | 0 | 0.86 | 0.54 | 0.53 | 337.86 | 0.75 | 0.27 |
| Hex | 78 | 11 | 37 | 0 | 56 | 36 | 35 | 152 | 4B | 1B |
| Octal | 170 | 21 | 67 | 0 | 126 | 66 | 65 | 522 | 113 | 33 |
| Binary | 1111000 | 10001 | 110111 | 0 | 1010110 | 110110 | 110101 | 101010010 | 1001011 | 11011 |
Color Harmonies of #781137
Complementary color
Monochromatic Colors of #781137
Black with #781137
Text Example
Text Example
White with #781137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781137; }
p { color: rgb(120,17,55); }
H1.HeaderClassName
{
color: #781137;
}
.AnyTagClassName
{
color: #781137;
}
</style>
background-color css
<style>
a { background-color: #781137; }
a { background-color: rgb(120,17,55); }
div.DivClassName
{
background-color: #781137;
}
.BgClassName
{
background-color: #781137;
}
</style>
border-color css
<style>
span { border-color: #781137; }
span { border-color: rgb(120,17,55); }
td.TdClassName
{
border-color: #781137;
}
.TagClassName
{
border-color: #781137;
}
</style>