Shades of Scarlett #782132
Tints of Scarlett #782132
RGB
CMYK
RGB Variations
Color information
#782132 (or 0x782132) is known color: Scarlett. HEX triplet: 78, 21 and 32. RGB value is (120,33,50). Sum of RGB (Red+Green+Blue) = 120+33+50=203 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.11% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 50 (19.92% from 255 or 24.63% from 203); Max value from RGB is 120 - color contains mainly: red. Hex color #782132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782132 is #87DECD. Grayscale: #3C3C3C. Windows color (decimal): -8904398 or 3285368. OLE color: 3285368.
HSL color Cylindrical-coordinate representation of color #782132: hue angle of 348.28º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #782132 is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 33 | 50 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.53 |
| HSL | 348.28º | 0.57% | 0.3% | - |
| HSV(B) | 348.28º | 0.73% | 0.47% | - |
| XYZ | 8.87 | 5.31 | 3.58 | - |
| YUV | 60.95 | 121.82 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 33 | 50 | 0 | 0.72 | 0.58 | 0.53 | 348.28 | 0.57 | 0.3 |
| Hex | 78 | 21 | 32 | 0 | 48 | 3A | 35 | 15C | 39 | 1E |
| Octal | 170 | 41 | 62 | 0 | 110 | 72 | 65 | 534 | 71 | 36 |
| Binary | 1111000 | 100001 | 110010 | 0 | 1001000 | 111010 | 110101 | 101011100 | 111001 | 11110 |
Color Harmonies of #782132
Complementary color
Monochromatic Colors of #782132
Black with #782132
Text Example
Text Example
White with #782132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782132; }
p { color: rgb(120,33,50); }
H1.HeaderClassName
{
color: #782132;
}
.AnyTagClassName
{
color: #782132;
}
</style>
background-color css
<style>
a { background-color: #782132; }
a { background-color: rgb(120,33,50); }
div.DivClassName
{
background-color: #782132;
}
.BgClassName
{
background-color: #782132;
}
</style>
border-color css
<style>
span { border-color: #782132; }
span { border-color: rgb(120,33,50); }
td.TdClassName
{
border-color: #782132;
}
.TagClassName
{
border-color: #782132;
}
</style>