Shades of Scarlett #781D2F
Tints of Scarlett #781D2F
RGB
CMYK
RGB Variations
Color information
#781D2F (or 0x781D2F) is known color: Scarlett. HEX triplet: 78, 1D and 2F. RGB value is (120,29,47). Sum of RGB (Red+Green+Blue) = 120+29+47=196 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.22% from 196); Green value is 29 (11.72% from 255 or 14.80% from 196); Blue value is 47 (18.75% from 255 or 23.98% from 196); Max value from RGB is 120 - color contains mainly: red. Hex color #781D2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781D2F is #87E2D0. Grayscale: #3A3A3A. Windows color (decimal): -8905425 or 3087736. OLE color: 3087736.
HSL color Cylindrical-coordinate representation of color #781D2F: hue angle of 348.13º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #781D2F is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 29 | 47 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.53 |
| HSL | 348.13º | 0.61% | 0.29% | - |
| HSV(B) | 348.13º | 0.76% | 0.47% | - |
| XYZ | 8.7 | 5.08 | 3.21 | - |
| YUV | 58.26 | 121.65 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 29 | 47 | 0 | 0.76 | 0.61 | 0.53 | 348.13 | 0.61 | 0.29 |
| Hex | 78 | 1D | 2F | 0 | 4C | 3D | 35 | 15C | 3D | 1D |
| Octal | 170 | 35 | 57 | 0 | 114 | 75 | 65 | 534 | 75 | 35 |
| Binary | 1111000 | 11101 | 101111 | 0 | 1001100 | 111101 | 110101 | 101011100 | 111101 | 11101 |
Color Harmonies of #781D2F
Complementary color
Monochromatic Colors of #781D2F
Black with #781D2F
Text Example
Text Example
White with #781D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781D2F; }
p { color: rgb(120,29,47); }
H1.HeaderClassName
{
color: #781D2F;
}
.AnyTagClassName
{
color: #781D2F;
}
</style>
background-color css
<style>
a { background-color: #781D2F; }
a { background-color: rgb(120,29,47); }
div.DivClassName
{
background-color: #781D2F;
}
.BgClassName
{
background-color: #781D2F;
}
</style>
border-color css
<style>
span { border-color: #781D2F; }
span { border-color: rgb(120,29,47); }
td.TdClassName
{
border-color: #781D2F;
}
.TagClassName
{
border-color: #781D2F;
}
</style>