Shades of Scarlett #792330
Tints of Scarlett #792330
RGB
CMYK
RGB Variations
Color information
#792330 (or 0x792330) is known color: Scarlett. HEX triplet: 79, 23 and 30. RGB value is (121,35,48). Sum of RGB (Red+Green+Blue) = 121+35+48=204 (27% of max value = 765). Red value is 121 (47.66% from 255 or 59.31% from 204); Green value is 35 (14.06% from 255 or 17.16% from 204); Blue value is 48 (19.14% from 255 or 23.53% from 204); Max value from RGB is 121 - color contains mainly: red. Hex color #792330 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792330 is #86DCCF. Grayscale: #3E3E3E. Windows color (decimal): -8838352 or 3154809. OLE color: 3154809.
HSL color Cylindrical-coordinate representation of color #792330: hue angle of 350.93º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #792330 is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 35 | 48 | - |
| CMYK | 0 | 0.71 | 0.60 | 0.53 |
| HSL | 350.93º | 0.55% | 0.31% | - |
| HSV(B) | 350.93º | 0.71% | 0.47% | - |
| XYZ | 9.02 | 5.48 | 3.38 | - |
| YUV | 62.2 | 119.99 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 35 | 48 | 0 | 0.71 | 0.60 | 0.53 | 350.93 | 0.55 | 0.31 |
| Hex | 79 | 23 | 30 | 0 | 47 | 3C | 35 | 15F | 37 | 1F |
| Octal | 171 | 43 | 60 | 0 | 107 | 74 | 65 | 537 | 67 | 37 |
| Binary | 1111001 | 100011 | 110000 | 0 | 1000111 | 111100 | 110101 | 101011111 | 110111 | 11111 |
Color Harmonies of #792330
Complementary color
Monochromatic Colors of #792330
Black with #792330
Text Example
Text Example
White with #792330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792330; }
p { color: rgb(121,35,48); }
H1.HeaderClassName
{
color: #792330;
}
.AnyTagClassName
{
color: #792330;
}
</style>
background-color css
<style>
a { background-color: #792330; }
a { background-color: rgb(121,35,48); }
div.DivClassName
{
background-color: #792330;
}
.BgClassName
{
background-color: #792330;
}
</style>
border-color css
<style>
span { border-color: #792330; }
span { border-color: rgb(121,35,48); }
td.TdClassName
{
border-color: #792330;
}
.TagClassName
{
border-color: #792330;
}
</style>