Shades of Claret #781036
Tints of Claret #781036
RGB
CMYK
RGB Variations
Color information
#781036 (or 0x781036) is known color: Claret. HEX triplet: 78, 10 and 36. RGB value is (120,16,54). Sum of RGB (Red+Green+Blue) = 120+16+54=190 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.16% from 190); Green value is 16 (6.64% from 255 or 8.42% from 190); Blue value is 54 (21.48% from 255 or 28.42% from 190); Max value from RGB is 120 - color contains mainly: red. Hex color #781036 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781036 is #87EFC9. Grayscale: #333333. Windows color (decimal): -8908746 or 3543160. OLE color: 3543160.
HSL color Cylindrical-coordinate representation of color #781036: hue angle of 338.08º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #781036 is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 16 | 54 | - |
| CMYK | 0 | 0.87 | 0.55 | 0.53 |
| HSL | 338.08º | 0.76% | 0.27% | - |
| HSV(B) | 338.08º | 0.87% | 0.47% | - |
| XYZ | 8.6 | 4.63 | 3.93 | - |
| YUV | 51.43 | 129.46 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 16 | 54 | 0 | 0.87 | 0.55 | 0.53 | 338.08 | 0.76 | 0.27 |
| Hex | 78 | 10 | 36 | 0 | 57 | 37 | 35 | 152 | 4C | 1B |
| Octal | 170 | 20 | 66 | 0 | 127 | 67 | 65 | 522 | 114 | 33 |
| Binary | 1111000 | 10000 | 110110 | 0 | 1010111 | 110111 | 110101 | 101010010 | 1001100 | 11011 |
Color Harmonies of #781036
Complementary color
Monochromatic Colors of #781036
Black with #781036
Text Example
Text Example
White with #781036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781036; }
p { color: rgb(120,16,54); }
H1.HeaderClassName
{
color: #781036;
}
.AnyTagClassName
{
color: #781036;
}
</style>
background-color css
<style>
a { background-color: #781036; }
a { background-color: rgb(120,16,54); }
div.DivClassName
{
background-color: #781036;
}
.BgClassName
{
background-color: #781036;
}
</style>
border-color css
<style>
span { border-color: #781036; }
span { border-color: rgb(120,16,54); }
td.TdClassName
{
border-color: #781036;
}
.TagClassName
{
border-color: #781036;
}
</style>