Shades of Claret #781530
Tints of Claret #781530
RGB
CMYK
RGB Variations
Color information
#781530 (or 0x781530) is known color: Claret. HEX triplet: 78, 15 and 30. RGB value is (120,21,48). Sum of RGB (Red+Green+Blue) = 120+21+48=189 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.49% from 189); Green value is 21 (8.59% from 255 or 11.11% from 189); Blue value is 48 (19.14% from 255 or 25.40% from 189); Max value from RGB is 120 - color contains mainly: red. Hex color #781530 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781530 is #87EACF. Grayscale: #353535. Windows color (decimal): -8907472 or 3151224. OLE color: 3151224.
HSL color Cylindrical-coordinate representation of color #781530: hue angle of 343.64º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #781530 is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 21 | 48 | - |
| CMYK | 0 | 0.83 | 0.60 | 0.53 |
| HSL | 343.64º | 0.7% | 0.28% | - |
| HSV(B) | 343.64º | 0.83% | 0.47% | - |
| XYZ | 8.55 | 4.74 | 3.26 | - |
| YUV | 53.68 | 124.8 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 21 | 48 | 0 | 0.83 | 0.60 | 0.53 | 343.64 | 0.7 | 0.28 |
| Hex | 78 | 15 | 30 | 0 | 53 | 3C | 35 | 158 | 46 | 1C |
| Octal | 170 | 25 | 60 | 0 | 123 | 74 | 65 | 530 | 106 | 34 |
| Binary | 1111000 | 10101 | 110000 | 0 | 1010011 | 111100 | 110101 | 101011000 | 1000110 | 11100 |
Color Harmonies of #781530
Complementary color
Monochromatic Colors of #781530
Black with #781530
Text Example
Text Example
White with #781530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781530; }
p { color: rgb(120,21,48); }
H1.HeaderClassName
{
color: #781530;
}
.AnyTagClassName
{
color: #781530;
}
</style>
background-color css
<style>
a { background-color: #781530; }
a { background-color: rgb(120,21,48); }
div.DivClassName
{
background-color: #781530;
}
.BgClassName
{
background-color: #781530;
}
</style>
border-color css
<style>
span { border-color: #781530; }
span { border-color: rgb(120,21,48); }
td.TdClassName
{
border-color: #781530;
}
.TagClassName
{
border-color: #781530;
}
</style>