Shades of Claret #78122D
Tints of Claret #78122D
RGB
CMYK
RGB Variations
Color information
#78122D (or 0x78122D) is known color: Claret. HEX triplet: 78, 12 and 2D. RGB value is (120,18,45). Sum of RGB (Red+Green+Blue) = 120+18+45=183 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.57% from 183); Green value is 18 (7.42% from 255 or 9.84% from 183); Blue value is 45 (17.97% from 255 or 24.59% from 183); Max value from RGB is 120 - color contains mainly: red. Hex color #78122D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78122D is #87EDD2. Grayscale: #333333. Windows color (decimal): -8908243 or 2953848. OLE color: 2953848.
HSL color Cylindrical-coordinate representation of color #78122D: hue angle of 344.12º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #78122D is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 18 | 45 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.53 |
| HSL | 344.12º | 0.74% | 0.27% | - |
| HSV(B) | 344.12º | 0.85% | 0.47% | - |
| XYZ | 8.44 | 4.62 | 2.93 | - |
| YUV | 51.58 | 124.29 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 18 | 45 | 0 | 0.85 | 0.63 | 0.53 | 344.12 | 0.74 | 0.27 |
| Hex | 78 | 12 | 2D | 0 | 55 | 3F | 35 | 158 | 4A | 1B |
| Octal | 170 | 22 | 55 | 0 | 125 | 77 | 65 | 530 | 112 | 33 |
| Binary | 1111000 | 10010 | 101101 | 0 | 1010101 | 111111 | 110101 | 101011000 | 1001010 | 11011 |
Color Harmonies of #78122D
Complementary color
Monochromatic Colors of #78122D
Black with #78122D
Text Example
Text Example
White with #78122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78122D; }
p { color: rgb(120,18,45); }
H1.HeaderClassName
{
color: #78122D;
}
.AnyTagClassName
{
color: #78122D;
}
</style>
background-color css
<style>
a { background-color: #78122D; }
a { background-color: rgb(120,18,45); }
div.DivClassName
{
background-color: #78122D;
}
.BgClassName
{
background-color: #78122D;
}
</style>
border-color css
<style>
span { border-color: #78122D; }
span { border-color: rgb(120,18,45); }
td.TdClassName
{
border-color: #78122D;
}
.TagClassName
{
border-color: #78122D;
}
</style>