Shades of Scarlett #782231
Tints of Scarlett #782231
RGB
CMYK
RGB Variations
Color information
#782231 (or 0x782231) is known color: Scarlett. HEX triplet: 78, 22 and 31. RGB value is (120,34,49). Sum of RGB (Red+Green+Blue) = 120+34+49=203 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.11% from 203); Green value is 34 (13.67% from 255 or 16.75% from 203); Blue value is 49 (19.53% from 255 or 24.14% from 203); Max value from RGB is 120 - color contains mainly: red. Hex color #782231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782231 is #87DDCE. Grayscale: #3D3D3D. Windows color (decimal): -8904143 or 3220088. OLE color: 3220088.
HSL color Cylindrical-coordinate representation of color #782231: hue angle of 349.53º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #782231 is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 34 | 49 | - |
| CMYK | 0 | 0.72 | 0.59 | 0.53 |
| HSL | 349.53º | 0.56% | 0.3% | - |
| HSV(B) | 349.53º | 0.72% | 0.47% | - |
| XYZ | 8.87 | 5.36 | 3.47 | - |
| YUV | 61.42 | 120.99 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 34 | 49 | 0 | 0.72 | 0.59 | 0.53 | 349.53 | 0.56 | 0.3 |
| Hex | 78 | 22 | 31 | 0 | 48 | 3B | 35 | 15E | 38 | 1E |
| Octal | 170 | 42 | 61 | 0 | 110 | 73 | 65 | 536 | 70 | 36 |
| Binary | 1111000 | 100010 | 110001 | 0 | 1001000 | 111011 | 110101 | 101011110 | 111000 | 11110 |
Color Harmonies of #782231
Complementary color
Monochromatic Colors of #782231
Black with #782231
Text Example
Text Example
White with #782231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782231; }
p { color: rgb(120,34,49); }
H1.HeaderClassName
{
color: #782231;
}
.AnyTagClassName
{
color: #782231;
}
</style>
background-color css
<style>
a { background-color: #782231; }
a { background-color: rgb(120,34,49); }
div.DivClassName
{
background-color: #782231;
}
.BgClassName
{
background-color: #782231;
}
</style>
border-color css
<style>
span { border-color: #782231; }
span { border-color: rgb(120,34,49); }
td.TdClassName
{
border-color: #782231;
}
.TagClassName
{
border-color: #782231;
}
</style>