Shades of Scarlett #78232D
Tints of Scarlett #78232D
RGB
CMYK
RGB Variations
Color information
#78232D (or 0x78232D) is known color: Scarlett. HEX triplet: 78, 23 and 2D. RGB value is (120,35,45). Sum of RGB (Red+Green+Blue) = 120+35+45=200 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60% from 200); Green value is 35 (14.06% from 255 or 17.5% from 200); Blue value is 45 (17.97% from 255 or 22.5% from 200); Max value from RGB is 120 - color contains mainly: red. Hex color #78232D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78232D is #87DCD2. Grayscale: #3D3D3D. Windows color (decimal): -8903891 or 2958200. OLE color: 2958200.
HSL color Cylindrical-coordinate representation of color #78232D: hue angle of 352.94º 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 #78232D is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 35 | 45 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.53 |
| HSL | 352.94º | 0.55% | 0.3% | - |
| HSV(B) | 352.94º | 0.71% | 0.47% | - |
| XYZ | 8.82 | 5.38 | 3.06 | - |
| YUV | 61.56 | 118.66 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 35 | 45 | 0 | 0.71 | 0.63 | 0.53 | 352.94 | 0.55 | 0.3 |
| Hex | 78 | 23 | 2D | 0 | 47 | 3F | 35 | 161 | 37 | 1E |
| Octal | 170 | 43 | 55 | 0 | 107 | 77 | 65 | 541 | 67 | 36 |
| Binary | 1111000 | 100011 | 101101 | 0 | 1000111 | 111111 | 110101 | 101100001 | 110111 | 11110 |
Color Harmonies of #78232D
Complementary color
Monochromatic Colors of #78232D
Black with #78232D
Text Example
Text Example
White with #78232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78232D; }
p { color: rgb(120,35,45); }
H1.HeaderClassName
{
color: #78232D;
}
.AnyTagClassName
{
color: #78232D;
}
</style>
background-color css
<style>
a { background-color: #78232D; }
a { background-color: rgb(120,35,45); }
div.DivClassName
{
background-color: #78232D;
}
.BgClassName
{
background-color: #78232D;
}
</style>
border-color css
<style>
span { border-color: #78232D; }
span { border-color: rgb(120,35,45); }
td.TdClassName
{
border-color: #78232D;
}
.TagClassName
{
border-color: #78232D;
}
</style>