Shades of Claret #78173A
Tints of Claret #78173A
RGB
CMYK
RGB Variations
Color information
#78173A (or 0x78173A) is known color: Claret. HEX triplet: 78, 17 and 3A. RGB value is (120,23,58). Sum of RGB (Red+Green+Blue) = 120+23+58=201 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.70% from 201); Green value is 23 (9.38% from 255 or 11.44% from 201); Blue value is 58 (23.05% from 255 or 28.86% from 201); Max value from RGB is 120 - color contains mainly: red. Hex color #78173A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78173A is #87E8C5. Grayscale: #373737. Windows color (decimal): -8906950 or 3807096. OLE color: 3807096.
HSL color Cylindrical-coordinate representation of color #78173A: hue angle of 338.35º 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 #78173A is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 23 | 58 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.53 |
| HSL | 338.35º | 0.68% | 0.28% | - |
| HSV(B) | 338.35º | 0.81% | 0.47% | - |
| XYZ | 8.82 | 4.91 | 4.49 | - |
| YUV | 55.99 | 129.14 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 23 | 58 | 0 | 0.81 | 0.52 | 0.53 | 338.35 | 0.68 | 0.28 |
| Hex | 78 | 17 | 3A | 0 | 51 | 34 | 35 | 152 | 44 | 1C |
| Octal | 170 | 27 | 72 | 0 | 121 | 64 | 65 | 522 | 104 | 34 |
| Binary | 1111000 | 10111 | 111010 | 0 | 1010001 | 110100 | 110101 | 101010010 | 1000100 | 11100 |
Color Harmonies of #78173A
Complementary color
Monochromatic Colors of #78173A
Black with #78173A
Text Example
Text Example
White with #78173A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78173A; }
p { color: rgb(120,23,58); }
H1.HeaderClassName
{
color: #78173A;
}
.AnyTagClassName
{
color: #78173A;
}
</style>
background-color css
<style>
a { background-color: #78173A; }
a { background-color: rgb(120,23,58); }
div.DivClassName
{
background-color: #78173A;
}
.BgClassName
{
background-color: #78173A;
}
</style>
border-color css
<style>
span { border-color: #78173A; }
span { border-color: rgb(120,23,58); }
td.TdClassName
{
border-color: #78173A;
}
.TagClassName
{
border-color: #78173A;
}
</style>