Shades of Scarlett #781E2D
Tints of Scarlett #781E2D
RGB
CMYK
RGB Variations
Color information
#781E2D (or 0x781E2D) is known color: Scarlett. HEX triplet: 78, 1E and 2D. RGB value is (120,30,45). Sum of RGB (Red+Green+Blue) = 120+30+45=195 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.54% from 195); Green value is 30 (12.11% from 255 or 15.38% from 195); Blue value is 45 (17.97% from 255 or 23.08% from 195); Max value from RGB is 120 - color contains mainly: red. Hex color #781E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781E2D is #87E1D2. Grayscale: #3A3A3A. Windows color (decimal): -8905171 or 2956920. OLE color: 2956920.
HSL color Cylindrical-coordinate representation of color #781E2D: hue angle of 350º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #781E2D is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 30 | 45 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.53 |
| HSL | 350º | 0.6% | 0.29% | - |
| HSV(B) | 350º | 0.75% | 0.47% | - |
| XYZ | 8.68 | 5.11 | 3.01 | - |
| YUV | 58.62 | 120.32 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 30 | 45 | 0 | 0.75 | 0.63 | 0.53 | 350 | 0.6 | 0.29 |
| Hex | 78 | 1E | 2D | 0 | 4B | 3F | 35 | 15E | 3C | 1D |
| Octal | 170 | 36 | 55 | 0 | 113 | 77 | 65 | 536 | 74 | 35 |
| Binary | 1111000 | 11110 | 101101 | 0 | 1001011 | 111111 | 110101 | 101011110 | 111100 | 11101 |
Color Harmonies of #781E2D
Complementary color
Monochromatic Colors of #781E2D
Black with #781E2D
Text Example
Text Example
White with #781E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781E2D; }
p { color: rgb(120,30,45); }
H1.HeaderClassName
{
color: #781E2D;
}
.AnyTagClassName
{
color: #781E2D;
}
</style>
background-color css
<style>
a { background-color: #781E2D; }
a { background-color: rgb(120,30,45); }
div.DivClassName
{
background-color: #781E2D;
}
.BgClassName
{
background-color: #781E2D;
}
</style>
border-color css
<style>
span { border-color: #781E2D; }
span { border-color: rgb(120,30,45); }
td.TdClassName
{
border-color: #781E2D;
}
.TagClassName
{
border-color: #781E2D;
}
</style>