Shades of Claret #78253C
Tints of Claret #78253C
RGB
CMYK
RGB Variations
Color information
#78253C (or 0x78253C) is known color: Claret. HEX triplet: 78, 25 and 3C. RGB value is (120,37,60). Sum of RGB (Red+Green+Blue) = 120+37+60=217 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.30% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 60 (23.83% from 255 or 27.65% from 217); Max value from RGB is 120 - color contains mainly: red. Hex color #78253C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78253C is #87DAC3. Grayscale: #404040. Windows color (decimal): -8903364 or 3941752. OLE color: 3941752.
HSL color Cylindrical-coordinate representation of color #78253C: hue angle of 343.37º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #78253C is Cyan = 0, Magento = 0.69, Yellow = 0.5 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 37 | 60 | - |
| CMYK | 0 | 0.69 | 0.5 | 0.53 |
| HSL | 343.37º | 0.53% | 0.31% | - |
| HSV(B) | 343.37º | 0.69% | 0.47% | - |
| XYZ | 9.22 | 5.64 | 4.88 | - |
| YUV | 64.44 | 125.5 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 37 | 60 | 0 | 0.69 | 0.5 | 0.53 | 343.37 | 0.53 | 0.31 |
| Hex | 78 | 25 | 3C | 0 | 45 | 32 | 35 | 157 | 35 | 1F |
| Octal | 170 | 45 | 74 | 0 | 105 | 62 | 65 | 527 | 65 | 37 |
| Binary | 1111000 | 100101 | 111100 | 0 | 1000101 | 110010 | 110101 | 101010111 | 110101 | 11111 |
Color Harmonies of #78253C
Complementary color
Monochromatic Colors of #78253C
Black with #78253C
Text Example
Text Example
White with #78253C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78253C; }
p { color: rgb(120,37,60); }
H1.HeaderClassName
{
color: #78253C;
}
.AnyTagClassName
{
color: #78253C;
}
</style>
background-color css
<style>
a { background-color: #78253C; }
a { background-color: rgb(120,37,60); }
div.DivClassName
{
background-color: #78253C;
}
.BgClassName
{
background-color: #78253C;
}
</style>
border-color css
<style>
span { border-color: #78253C; }
span { border-color: rgb(120,37,60); }
td.TdClassName
{
border-color: #78253C;
}
.TagClassName
{
border-color: #78253C;
}
</style>