Shades of Claret #781B32
Tints of Claret #781B32
RGB
CMYK
RGB Variations
Color information
#781B32 (or 0x781B32) is known color: Claret. HEX triplet: 78, 1B and 32. RGB value is (120,27,50). Sum of RGB (Red+Green+Blue) = 120+27+50=197 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.91% from 197); Green value is 27 (10.94% from 255 or 13.71% from 197); Blue value is 50 (19.92% from 255 or 25.38% from 197); Max value from RGB is 120 - color contains mainly: red. Hex color #781B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781B32 is #87E4CD. Grayscale: #393939. Windows color (decimal): -8905934 or 3283832. OLE color: 3283832.
HSL color Cylindrical-coordinate representation of color #781B32: hue angle of 345.16º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #781B32 is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 27 | 50 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.53 |
| HSL | 345.16º | 0.63% | 0.29% | - |
| HSV(B) | 345.16º | 0.78% | 0.47% | - |
| XYZ | 8.71 | 5.01 | 3.52 | - |
| YUV | 57.43 | 123.81 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 27 | 50 | 0 | 0.78 | 0.58 | 0.53 | 345.16 | 0.63 | 0.29 |
| Hex | 78 | 1B | 32 | 0 | 4E | 3A | 35 | 159 | 3F | 1D |
| Octal | 170 | 33 | 62 | 0 | 116 | 72 | 65 | 531 | 77 | 35 |
| Binary | 1111000 | 11011 | 110010 | 0 | 1001110 | 111010 | 110101 | 101011001 | 111111 | 11101 |
Color Harmonies of #781B32
Complementary color
Monochromatic Colors of #781B32
Black with #781B32
Text Example
Text Example
White with #781B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781B32; }
p { color: rgb(120,27,50); }
H1.HeaderClassName
{
color: #781B32;
}
.AnyTagClassName
{
color: #781B32;
}
</style>
background-color css
<style>
a { background-color: #781B32; }
a { background-color: rgb(120,27,50); }
div.DivClassName
{
background-color: #781B32;
}
.BgClassName
{
background-color: #781B32;
}
</style>
border-color css
<style>
span { border-color: #781B32; }
span { border-color: rgb(120,27,50); }
td.TdClassName
{
border-color: #781B32;
}
.TagClassName
{
border-color: #781B32;
}
</style>