Shades of Claret #78102E
Tints of Claret #78102E
RGB
CMYK
RGB Variations
Color information
#78102E (or 0x78102E) is known color: Claret. HEX triplet: 78, 10 and 2E. RGB value is (120,16,46). Sum of RGB (Red+Green+Blue) = 120+16+46=182 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.93% from 182); Green value is 16 (6.64% from 255 or 8.79% from 182); Blue value is 46 (18.36% from 255 or 25.27% from 182); Max value from RGB is 120 - color contains mainly: red. Hex color #78102E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78102E is #87EFD1. Grayscale: #323232. Windows color (decimal): -8908754 or 3018872. OLE color: 3018872.
HSL color Cylindrical-coordinate representation of color #78102E: hue angle of 342.69º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #78102E is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 16 | 46 | - |
| CMYK | 0 | 0.87 | 0.62 | 0.53 |
| HSL | 342.69º | 0.76% | 0.27% | - |
| HSV(B) | 342.69º | 0.87% | 0.47% | - |
| XYZ | 8.42 | 4.56 | 3.02 | - |
| YUV | 50.52 | 125.46 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 16 | 46 | 0 | 0.87 | 0.62 | 0.53 | 342.69 | 0.76 | 0.27 |
| Hex | 78 | 10 | 2E | 0 | 57 | 3E | 35 | 157 | 4C | 1B |
| Octal | 170 | 20 | 56 | 0 | 127 | 76 | 65 | 527 | 114 | 33 |
| Binary | 1111000 | 10000 | 101110 | 0 | 1010111 | 111110 | 110101 | 101010111 | 1001100 | 11011 |
Color Harmonies of #78102E
Complementary color
Monochromatic Colors of #78102E
Black with #78102E
Text Example
Text Example
White with #78102E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78102E; }
p { color: rgb(120,16,46); }
H1.HeaderClassName
{
color: #78102E;
}
.AnyTagClassName
{
color: #78102E;
}
</style>
background-color css
<style>
a { background-color: #78102E; }
a { background-color: rgb(120,16,46); }
div.DivClassName
{
background-color: #78102E;
}
.BgClassName
{
background-color: #78102E;
}
</style>
border-color css
<style>
span { border-color: #78102E; }
span { border-color: rgb(120,16,46); }
td.TdClassName
{
border-color: #78102E;
}
.TagClassName
{
border-color: #78102E;
}
</style>