Shades of Claret #78193B
Tints of Claret #78193B
RGB
CMYK
RGB Variations
Color information
#78193B (or 0x78193B) is known color: Claret. HEX triplet: 78, 19 and 3B. RGB value is (120,25,59). Sum of RGB (Red+Green+Blue) = 120+25+59=204 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.82% from 204); Green value is 25 (10.16% from 255 or 12.25% from 204); Blue value is 59 (23.44% from 255 or 28.92% from 204); Max value from RGB is 120 - color contains mainly: red. Hex color #78193B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78193B is #87E6C4. Grayscale: #393939. Windows color (decimal): -8906437 or 3873144. OLE color: 3873144.
HSL color Cylindrical-coordinate representation of color #78193B: hue angle of 338.53º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #78193B is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 25 | 59 | - |
| CMYK | 0 | 0.79 | 0.51 | 0.53 |
| HSL | 338.53º | 0.66% | 0.28% | - |
| HSV(B) | 338.53º | 0.79% | 0.47% | - |
| XYZ | 8.88 | 5 | 4.64 | - |
| YUV | 57.28 | 128.97 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 25 | 59 | 0 | 0.79 | 0.51 | 0.53 | 338.53 | 0.66 | 0.28 |
| Hex | 78 | 19 | 3B | 0 | 4F | 33 | 35 | 153 | 42 | 1C |
| Octal | 170 | 31 | 73 | 0 | 117 | 63 | 65 | 523 | 102 | 34 |
| Binary | 1111000 | 11001 | 111011 | 0 | 1001111 | 110011 | 110101 | 101010011 | 1000010 | 11100 |
Color Harmonies of #78193B
Complementary color
Monochromatic Colors of #78193B
Black with #78193B
Text Example
Text Example
White with #78193B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78193B; }
p { color: rgb(120,25,59); }
H1.HeaderClassName
{
color: #78193B;
}
.AnyTagClassName
{
color: #78193B;
}
</style>
background-color css
<style>
a { background-color: #78193B; }
a { background-color: rgb(120,25,59); }
div.DivClassName
{
background-color: #78193B;
}
.BgClassName
{
background-color: #78193B;
}
</style>
border-color css
<style>
span { border-color: #78193B; }
span { border-color: rgb(120,25,59); }
td.TdClassName
{
border-color: #78193B;
}
.TagClassName
{
border-color: #78193B;
}
</style>