Shades of Claret #780F32
Tints of Claret #780F32
RGB
CMYK
RGB Variations
Color information
#780F32 (or 0x780F32) is known color: Claret. HEX triplet: 78, 0F and 32. RGB value is (120,15,50). Sum of RGB (Red+Green+Blue) = 120+15+50=185 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.86% from 185); Green value is 15 (6.25% from 255 or 8.11% from 185); Blue value is 50 (19.92% from 255 or 27.03% from 185); Max value from RGB is 120 - color contains mainly: red. Hex color #780F32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780F32 is #87F0CD. Grayscale: #323232. Windows color (decimal): -8909006 or 3280760. OLE color: 3280760.
HSL color Cylindrical-coordinate representation of color #780F32: hue angle of 340º 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 #780F32 is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 15 | 50 | - |
| CMYK | 0 | 0.87 | 0.58 | 0.53 |
| HSL | 340º | 0.78% | 0.26% | - |
| HSV(B) | 340º | 0.88% | 0.47% | - |
| XYZ | 8.49 | 4.57 | 3.45 | - |
| YUV | 50.39 | 127.79 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 15 | 50 | 0 | 0.87 | 0.58 | 0.53 | 340 | 0.78 | 0.26 |
| Hex | 78 | F | 32 | 0 | 57 | 3A | 35 | 154 | 4E | 1A |
| Octal | 170 | 17 | 62 | 0 | 127 | 72 | 65 | 524 | 116 | 32 |
| Binary | 1111000 | 1111 | 110010 | 0 | 1010111 | 111010 | 110101 | 101010100 | 1001110 | 11010 |
Color Harmonies of #780F32
Complementary color
Monochromatic Colors of #780F32
Black with #780F32
Text Example
Text Example
White with #780F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780F32; }
p { color: rgb(120,15,50); }
H1.HeaderClassName
{
color: #780F32;
}
.AnyTagClassName
{
color: #780F32;
}
</style>
background-color css
<style>
a { background-color: #780F32; }
a { background-color: rgb(120,15,50); }
div.DivClassName
{
background-color: #780F32;
}
.BgClassName
{
background-color: #780F32;
}
</style>
border-color css
<style>
span { border-color: #780F32; }
span { border-color: rgb(120,15,50); }
td.TdClassName
{
border-color: #780F32;
}
.TagClassName
{
border-color: #780F32;
}
</style>