Shades of Claret #781235
Tints of Claret #781235
RGB
CMYK
RGB Variations
Color information
#781235 (or 0x781235) is known color: Claret. HEX triplet: 78, 12 and 35. RGB value is (120,18,53). Sum of RGB (Red+Green+Blue) = 120+18+53=191 (25% of max value = 765). Red value is 120 (47.27% from 255 or 62.83% from 191); Green value is 18 (7.42% from 255 or 9.42% from 191); Blue value is 53 (21.09% from 255 or 27.75% from 191); Max value from RGB is 120 - color contains mainly: red. Hex color #781235 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781235 is #87EDCA. Grayscale: #343434. Windows color (decimal): -8908235 or 3478136. OLE color: 3478136.
HSL color Cylindrical-coordinate representation of color #781235: hue angle of 339.41º 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 #781235 is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 18 | 53 | - |
| CMYK | 0 | 0.85 | 0.56 | 0.53 |
| HSL | 339.41º | 0.74% | 0.27% | - |
| HSV(B) | 339.41º | 0.85% | 0.47% | - |
| XYZ | 8.6 | 4.68 | 3.82 | - |
| YUV | 52.49 | 128.29 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 18 | 53 | 0 | 0.85 | 0.56 | 0.53 | 339.41 | 0.74 | 0.27 |
| Hex | 78 | 12 | 35 | 0 | 55 | 38 | 35 | 153 | 4A | 1B |
| Octal | 170 | 22 | 65 | 0 | 125 | 70 | 65 | 523 | 112 | 33 |
| Binary | 1111000 | 10010 | 110101 | 0 | 1010101 | 111000 | 110101 | 101010011 | 1001010 | 11011 |
Color Harmonies of #781235
Complementary color
Monochromatic Colors of #781235
Black with #781235
Text Example
Text Example
White with #781235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781235; }
p { color: rgb(120,18,53); }
H1.HeaderClassName
{
color: #781235;
}
.AnyTagClassName
{
color: #781235;
}
</style>
background-color css
<style>
a { background-color: #781235; }
a { background-color: rgb(120,18,53); }
div.DivClassName
{
background-color: #781235;
}
.BgClassName
{
background-color: #781235;
}
</style>
border-color css
<style>
span { border-color: #781235; }
span { border-color: rgb(120,18,53); }
td.TdClassName
{
border-color: #781235;
}
.TagClassName
{
border-color: #781235;
}
</style>