Shades of Claret #780F2F
Tints of Claret #780F2F
RGB
CMYK
RGB Variations
Color information
#780F2F (or 0x780F2F) is known color: Claret. HEX triplet: 78, 0F and 2F. RGB value is (120,15,47). Sum of RGB (Red+Green+Blue) = 120+15+47=182 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.93% from 182); Green value is 15 (6.25% from 255 or 8.24% from 182); Blue value is 47 (18.75% from 255 or 25.82% from 182); Max value from RGB is 120 - color contains mainly: red. Hex color #780F2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780F2F is #87F0D0. Grayscale: #323232. Windows color (decimal): -8909009 or 3084152. OLE color: 3084152.
HSL color Cylindrical-coordinate representation of color #780F2F: hue angle of 341.71º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #780F2F is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 15 | 47 | - |
| CMYK | 0 | 0.87 | 0.61 | 0.53 |
| HSL | 341.71º | 0.78% | 0.26% | - |
| HSV(B) | 341.71º | 0.88% | 0.47% | - |
| XYZ | 8.43 | 4.54 | 3.12 | - |
| YUV | 50.04 | 126.29 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 15 | 47 | 0 | 0.87 | 0.61 | 0.53 | 341.71 | 0.78 | 0.26 |
| Hex | 78 | F | 2F | 0 | 57 | 3D | 35 | 156 | 4E | 1A |
| Octal | 170 | 17 | 57 | 0 | 127 | 75 | 65 | 526 | 116 | 32 |
| Binary | 1111000 | 1111 | 101111 | 0 | 1010111 | 111101 | 110101 | 101010110 | 1001110 | 11010 |
Color Harmonies of #780F2F
Complementary color
Monochromatic Colors of #780F2F
Black with #780F2F
Text Example
Text Example
White with #780F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780F2F; }
p { color: rgb(120,15,47); }
H1.HeaderClassName
{
color: #780F2F;
}
.AnyTagClassName
{
color: #780F2F;
}
</style>
background-color css
<style>
a { background-color: #780F2F; }
a { background-color: rgb(120,15,47); }
div.DivClassName
{
background-color: #780F2F;
}
.BgClassName
{
background-color: #780F2F;
}
</style>
border-color css
<style>
span { border-color: #780F2F; }
span { border-color: rgb(120,15,47); }
td.TdClassName
{
border-color: #780F2F;
}
.TagClassName
{
border-color: #780F2F;
}
</style>