Shades of Claret #78183B
Tints of Claret #78183B
RGB
CMYK
RGB Variations
Color information
#78183B (or 0x78183B) is known color: Claret. HEX triplet: 78, 18 and 3B. RGB value is (120,24,59). Sum of RGB (Red+Green+Blue) = 120+24+59=203 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.11% from 203); Green value is 24 (9.77% from 255 or 11.82% from 203); Blue value is 59 (23.44% from 255 or 29.06% from 203); Max value from RGB is 120 - color contains mainly: red. Hex color #78183B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78183B is #87E7C4. Grayscale: #383838. Windows color (decimal): -8906693 or 3872888. OLE color: 3872888.
HSL color Cylindrical-coordinate representation of color #78183B: hue angle of 338.12º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #78183B is Cyan = 0, Magento = 0.8, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 24 | 59 | - |
| CMYK | 0 | 0.8 | 0.51 | 0.53 |
| HSL | 338.13º | 0.67% | 0.28% | - |
| HSV(B) | 338.13º | 0.8% | 0.47% | - |
| XYZ | 8.86 | 4.96 | 4.63 | - |
| YUV | 56.69 | 129.3 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 24 | 59 | 0 | 0.8 | 0.51 | 0.53 | 338.13 | 0.67 | 0.28 |
| Hex | 78 | 18 | 3B | 0 | 50 | 33 | 35 | 152 | 43 | 1C |
| Octal | 170 | 30 | 73 | 0 | 120 | 63 | 65 | 522 | 103 | 34 |
| Binary | 1111000 | 11000 | 111011 | 0 | 1010000 | 110011 | 110101 | 101010010 | 1000011 | 11100 |
Color Harmonies of #78183B
Complementary color
Monochromatic Colors of #78183B
Black with #78183B
Text Example
Text Example
White with #78183B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78183B; }
p { color: rgb(120,24,59); }
H1.HeaderClassName
{
color: #78183B;
}
.AnyTagClassName
{
color: #78183B;
}
</style>
background-color css
<style>
a { background-color: #78183B; }
a { background-color: rgb(120,24,59); }
div.DivClassName
{
background-color: #78183B;
}
.BgClassName
{
background-color: #78183B;
}
</style>
border-color css
<style>
span { border-color: #78183B; }
span { border-color: rgb(120,24,59); }
td.TdClassName
{
border-color: #78183B;
}
.TagClassName
{
border-color: #78183B;
}
</style>