Shades of Scarlett #78232A
Tints of Scarlett #78232A
RGB
CMYK
RGB Variations
Color information
#78232A (or 0x78232A) is known color: Scarlett. HEX triplet: 78, 23 and 2A. RGB value is (120,35,42). Sum of RGB (Red+Green+Blue) = 120+35+42=197 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.91% from 197); Green value is 35 (14.06% from 255 or 17.77% from 197); Blue value is 42 (16.80% from 255 or 21.32% from 197); Max value from RGB is 120 - color contains mainly: red. Hex color #78232A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78232A is #87DCD5. Grayscale: #3D3D3D. Windows color (decimal): -8903894 or 2761592. OLE color: 2761592.
HSL color Cylindrical-coordinate representation of color #78232A: hue angle of 355.06º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #78232A is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 35 | 42 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.53 |
| HSL | 355.06º | 0.55% | 0.3% | - |
| HSV(B) | 355.06º | 0.71% | 0.47% | - |
| XYZ | 8.76 | 5.36 | 2.76 | - |
| YUV | 61.21 | 117.16 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 35 | 42 | 0 | 0.71 | 0.65 | 0.53 | 355.06 | 0.55 | 0.3 |
| Hex | 78 | 23 | 2A | 0 | 47 | 41 | 35 | 163 | 37 | 1E |
| Octal | 170 | 43 | 52 | 0 | 107 | 101 | 65 | 543 | 67 | 36 |
| Binary | 1111000 | 100011 | 101010 | 0 | 1000111 | 1000001 | 110101 | 101100011 | 110111 | 11110 |
Color Harmonies of #78232A
Complementary color
Monochromatic Colors of #78232A
Black with #78232A
Text Example
Text Example
White with #78232A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78232A; }
p { color: rgb(120,35,42); }
H1.HeaderClassName
{
color: #78232A;
}
.AnyTagClassName
{
color: #78232A;
}
</style>
background-color css
<style>
a { background-color: #78232A; }
a { background-color: rgb(120,35,42); }
div.DivClassName
{
background-color: #78232A;
}
.BgClassName
{
background-color: #78232A;
}
</style>
border-color css
<style>
span { border-color: #78232A; }
span { border-color: rgb(120,35,42); }
td.TdClassName
{
border-color: #78232A;
}
.TagClassName
{
border-color: #78232A;
}
</style>