Shades of Claret #781634
Tints of Claret #781634
RGB
CMYK
RGB Variations
Color information
#781634 (or 0x781634) is known color: Claret. HEX triplet: 78, 16 and 34. RGB value is (120,22,52). Sum of RGB (Red+Green+Blue) = 120+22+52=194 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.86% from 194); Green value is 22 (8.98% from 255 or 11.34% from 194); Blue value is 52 (20.70% from 255 or 26.80% from 194); Max value from RGB is 120 - color contains mainly: red. Hex color #781634 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781634 is #87E9CB. Grayscale: #363636. Windows color (decimal): -8907212 or 3413624. OLE color: 3413624.
HSL color Cylindrical-coordinate representation of color #781634: hue angle of 341.63º degrees, saturation: 0.69, 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 #781634 is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 22 | 52 | - |
| CMYK | 0 | 0.82 | 0.57 | 0.53 |
| HSL | 341.63º | 0.69% | 0.28% | - |
| HSV(B) | 341.63º | 0.82% | 0.47% | - |
| XYZ | 8.65 | 4.81 | 3.72 | - |
| YUV | 54.72 | 126.47 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 22 | 52 | 0 | 0.82 | 0.57 | 0.53 | 341.63 | 0.69 | 0.28 |
| Hex | 78 | 16 | 34 | 0 | 52 | 39 | 35 | 156 | 45 | 1C |
| Octal | 170 | 26 | 64 | 0 | 122 | 71 | 65 | 526 | 105 | 34 |
| Binary | 1111000 | 10110 | 110100 | 0 | 1010010 | 111001 | 110101 | 101010110 | 1000101 | 11100 |
Color Harmonies of #781634
Complementary color
Monochromatic Colors of #781634
Black with #781634
Text Example
Text Example
White with #781634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781634; }
p { color: rgb(120,22,52); }
H1.HeaderClassName
{
color: #781634;
}
.AnyTagClassName
{
color: #781634;
}
</style>
background-color css
<style>
a { background-color: #781634; }
a { background-color: rgb(120,22,52); }
div.DivClassName
{
background-color: #781634;
}
.BgClassName
{
background-color: #781634;
}
</style>
border-color css
<style>
span { border-color: #781634; }
span { border-color: rgb(120,22,52); }
td.TdClassName
{
border-color: #781634;
}
.TagClassName
{
border-color: #781634;
}
</style>