Shades of Claret #781F32
Tints of Claret #781F32
RGB
CMYK
RGB Variations
Color information
#781F32 (or 0x781F32) is known color: Claret. HEX triplet: 78, 1F and 32. RGB value is (120,31,50). Sum of RGB (Red+Green+Blue) = 120+31+50=201 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.70% from 201); Green value is 31 (12.5% from 255 or 15.42% from 201); Blue value is 50 (19.92% from 255 or 24.88% from 201); Max value from RGB is 120 - color contains mainly: red. Hex color #781F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781F32 is #87E0CD. Grayscale: #3B3B3B. Windows color (decimal): -8904910 or 3284856. OLE color: 3284856.
HSL color Cylindrical-coordinate representation of color #781F32: hue angle of 347.19º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #781F32 is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 31 | 50 | - |
| CMYK | 0 | 0.74 | 0.58 | 0.53 |
| HSL | 347.19º | 0.59% | 0.3% | - |
| HSV(B) | 347.19º | 0.74% | 0.47% | - |
| XYZ | 8.81 | 5.2 | 3.56 | - |
| YUV | 59.78 | 122.49 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 31 | 50 | 0 | 0.74 | 0.58 | 0.53 | 347.19 | 0.59 | 0.3 |
| Hex | 78 | 1F | 32 | 0 | 4A | 3A | 35 | 15B | 3B | 1E |
| Octal | 170 | 37 | 62 | 0 | 112 | 72 | 65 | 533 | 73 | 36 |
| Binary | 1111000 | 11111 | 110010 | 0 | 1001010 | 111010 | 110101 | 101011011 | 111011 | 11110 |
Color Harmonies of #781F32
Complementary color
Monochromatic Colors of #781F32
Black with #781F32
Text Example
Text Example
White with #781F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781F32; }
p { color: rgb(120,31,50); }
H1.HeaderClassName
{
color: #781F32;
}
.AnyTagClassName
{
color: #781F32;
}
</style>
background-color css
<style>
a { background-color: #781F32; }
a { background-color: rgb(120,31,50); }
div.DivClassName
{
background-color: #781F32;
}
.BgClassName
{
background-color: #781F32;
}
</style>
border-color css
<style>
span { border-color: #781F32; }
span { border-color: rgb(120,31,50); }
td.TdClassName
{
border-color: #781F32;
}
.TagClassName
{
border-color: #781F32;
}
</style>