Shades of Scarlett #78262F
Tints of Scarlett #78262F
RGB
CMYK
RGB Variations
Color information
#78262F (or 0x78262F) is known color: Scarlett. HEX triplet: 78, 26 and 2F. RGB value is (120,38,47). Sum of RGB (Red+Green+Blue) = 120+38+47=205 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.54% from 205); Green value is 38 (15.23% from 255 or 18.54% from 205); Blue value is 47 (18.75% from 255 or 22.93% from 205); Max value from RGB is 120 - color contains mainly: red. Hex color #78262F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78262F is #87D9D0. Grayscale: #3F3F3F. Windows color (decimal): -8903121 or 3090040. OLE color: 3090040.
HSL color Cylindrical-coordinate representation of color #78262F: hue angle of 353.41º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #78262F is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 38 | 47 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.53 |
| HSL | 353.41º | 0.52% | 0.31% | - |
| HSV(B) | 353.41º | 0.68% | 0.47% | - |
| XYZ | 8.95 | 5.58 | 3.3 | - |
| YUV | 63.54 | 118.67 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 38 | 47 | 0 | 0.68 | 0.61 | 0.53 | 353.41 | 0.52 | 0.31 |
| Hex | 78 | 26 | 2F | 0 | 44 | 3D | 35 | 161 | 34 | 1F |
| Octal | 170 | 46 | 57 | 0 | 104 | 75 | 65 | 541 | 64 | 37 |
| Binary | 1111000 | 100110 | 101111 | 0 | 1000100 | 111101 | 110101 | 101100001 | 110100 | 11111 |
Color Harmonies of #78262F
Complementary color
Monochromatic Colors of #78262F
Black with #78262F
Text Example
Text Example
White with #78262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78262F; }
p { color: rgb(120,38,47); }
H1.HeaderClassName
{
color: #78262F;
}
.AnyTagClassName
{
color: #78262F;
}
</style>
background-color css
<style>
a { background-color: #78262F; }
a { background-color: rgb(120,38,47); }
div.DivClassName
{
background-color: #78262F;
}
.BgClassName
{
background-color: #78262F;
}
</style>
border-color css
<style>
span { border-color: #78262F; }
span { border-color: rgb(120,38,47); }
td.TdClassName
{
border-color: #78262F;
}
.TagClassName
{
border-color: #78262F;
}
</style>