Shades of Claret #781939
Tints of Claret #781939
RGB
CMYK
RGB Variations
Color information
#781939 (or 0x781939) is known color: Claret. HEX triplet: 78, 19 and 39. RGB value is (120,25,57). Sum of RGB (Red+Green+Blue) = 120+25+57=202 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.41% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 57 (22.66% from 255 or 28.22% from 202); Max value from RGB is 120 - color contains mainly: red. Hex color #781939 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781939 is #87E6C6. Grayscale: #393939. Windows color (decimal): -8906439 or 3742072. OLE color: 3742072.
HSL color Cylindrical-coordinate representation of color #781939: hue angle of 339.79º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #781939 is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 25 | 57 | - |
| CMYK | 0 | 0.79 | 0.52 | 0.53 |
| HSL | 339.79º | 0.66% | 0.28% | - |
| HSV(B) | 339.79º | 0.79% | 0.47% | - |
| XYZ | 8.83 | 4.98 | 4.37 | - |
| YUV | 57.05 | 127.97 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 25 | 57 | 0 | 0.79 | 0.52 | 0.53 | 339.79 | 0.66 | 0.28 |
| Hex | 78 | 19 | 39 | 0 | 4F | 34 | 35 | 154 | 42 | 1C |
| Octal | 170 | 31 | 71 | 0 | 117 | 64 | 65 | 524 | 102 | 34 |
| Binary | 1111000 | 11001 | 111001 | 0 | 1001111 | 110100 | 110101 | 101010100 | 1000010 | 11100 |
Color Harmonies of #781939
Complementary color
Monochromatic Colors of #781939
Black with #781939
Text Example
Text Example
White with #781939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781939; }
p { color: rgb(120,25,57); }
H1.HeaderClassName
{
color: #781939;
}
.AnyTagClassName
{
color: #781939;
}
</style>
background-color css
<style>
a { background-color: #781939; }
a { background-color: rgb(120,25,57); }
div.DivClassName
{
background-color: #781939;
}
.BgClassName
{
background-color: #781939;
}
</style>
border-color css
<style>
span { border-color: #781939; }
span { border-color: rgb(120,25,57); }
td.TdClassName
{
border-color: #781939;
}
.TagClassName
{
border-color: #781939;
}
</style>