Shades of Claret #781231
Tints of Claret #781231
RGB
CMYK
RGB Variations
Color information
#781231 (or 0x781231) is known color: Claret. HEX triplet: 78, 12 and 31. RGB value is (120,18,49). Sum of RGB (Red+Green+Blue) = 120+18+49=187 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.17% from 187); Green value is 18 (7.42% from 255 or 9.63% from 187); Blue value is 49 (19.53% from 255 or 26.20% from 187); Max value from RGB is 120 - color contains mainly: red. Hex color #781231 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781231 is #87EDCE. Grayscale: #343434. Windows color (decimal): -8908239 or 3215992. OLE color: 3215992.
HSL color Cylindrical-coordinate representation of color #781231: hue angle of 341.76º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #781231 is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 18 | 49 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.53 |
| HSL | 341.76º | 0.74% | 0.27% | - |
| HSV(B) | 341.76º | 0.85% | 0.47% | - |
| XYZ | 8.52 | 4.65 | 3.35 | - |
| YUV | 52.03 | 126.29 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 18 | 49 | 0 | 0.85 | 0.59 | 0.53 | 341.76 | 0.74 | 0.27 |
| Hex | 78 | 12 | 31 | 0 | 55 | 3B | 35 | 156 | 4A | 1B |
| Octal | 170 | 22 | 61 | 0 | 125 | 73 | 65 | 526 | 112 | 33 |
| Binary | 1111000 | 10010 | 110001 | 0 | 1010101 | 111011 | 110101 | 101010110 | 1001010 | 11011 |
Color Harmonies of #781231
Complementary color
Monochromatic Colors of #781231
Black with #781231
Text Example
Text Example
White with #781231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781231; }
p { color: rgb(120,18,49); }
H1.HeaderClassName
{
color: #781231;
}
.AnyTagClassName
{
color: #781231;
}
</style>
background-color css
<style>
a { background-color: #781231; }
a { background-color: rgb(120,18,49); }
div.DivClassName
{
background-color: #781231;
}
.BgClassName
{
background-color: #781231;
}
</style>
border-color css
<style>
span { border-color: #781231; }
span { border-color: rgb(120,18,49); }
td.TdClassName
{
border-color: #781231;
}
.TagClassName
{
border-color: #781231;
}
</style>