Shades of Claret #781733
Tints of Claret #781733
RGB
CMYK
RGB Variations
Color information
#781733 (or 0x781733) is known color: Claret. HEX triplet: 78, 17 and 33. RGB value is (120,23,51). Sum of RGB (Red+Green+Blue) = 120+23+51=194 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.86% from 194); Green value is 23 (9.38% from 255 or 11.86% from 194); Blue value is 51 (20.31% from 255 or 26.29% from 194); Max value from RGB is 120 - color contains mainly: red. Hex color #781733 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781733 is #87E8CC. Grayscale: #373737. Windows color (decimal): -8906957 or 3348344. OLE color: 3348344.
HSL color Cylindrical-coordinate representation of color #781733: hue angle of 342.68º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #781733 is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 23 | 51 | - |
| CMYK | 0 | 0.81 | 0.58 | 0.53 |
| HSL | 342.68º | 0.68% | 0.28% | - |
| HSV(B) | 342.68º | 0.81% | 0.47% | - |
| XYZ | 8.65 | 4.84 | 3.61 | - |
| YUV | 55.2 | 125.64 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 23 | 51 | 0 | 0.81 | 0.58 | 0.53 | 342.68 | 0.68 | 0.28 |
| Hex | 78 | 17 | 33 | 0 | 51 | 3A | 35 | 157 | 44 | 1C |
| Octal | 170 | 27 | 63 | 0 | 121 | 72 | 65 | 527 | 104 | 34 |
| Binary | 1111000 | 10111 | 110011 | 0 | 1010001 | 111010 | 110101 | 101010111 | 1000100 | 11100 |
Color Harmonies of #781733
Complementary color
Monochromatic Colors of #781733
Black with #781733
Text Example
Text Example
White with #781733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781733; }
p { color: rgb(120,23,51); }
H1.HeaderClassName
{
color: #781733;
}
.AnyTagClassName
{
color: #781733;
}
</style>
background-color css
<style>
a { background-color: #781733; }
a { background-color: rgb(120,23,51); }
div.DivClassName
{
background-color: #781733;
}
.BgClassName
{
background-color: #781733;
}
</style>
border-color css
<style>
span { border-color: #781733; }
span { border-color: rgb(120,23,51); }
td.TdClassName
{
border-color: #781733;
}
.TagClassName
{
border-color: #781733;
}
</style>