Shades of Scarlett #791B2E
Tints of Scarlett #791B2E
RGB
CMYK
RGB Variations
Color information
#791B2E (or 0x791B2E) is known color: Scarlett. HEX triplet: 79, 1B and 2E. RGB value is (121,27,46). Sum of RGB (Red+Green+Blue) = 121+27+46=194 (25% of max value = 765). Red value is 121 (47.66% from 255 or 62.37% from 194); Green value is 27 (10.94% from 255 or 13.92% from 194); Blue value is 46 (18.36% from 255 or 23.71% from 194); Max value from RGB is 121 - color contains mainly: red. Hex color #791B2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791B2E is #86E4D1. Grayscale: #393939. Windows color (decimal): -8840402 or 3021689. OLE color: 3021689.
HSL color Cylindrical-coordinate representation of color #791B2E: hue angle of 347.87º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #791B2E is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 27 | 46 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.53 |
| HSL | 347.87º | 0.64% | 0.29% | - |
| HSV(B) | 347.87º | 0.78% | 0.47% | - |
| XYZ | 8.77 | 5.05 | 3.1 | - |
| YUV | 57.27 | 121.64 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 27 | 46 | 0 | 0.78 | 0.62 | 0.53 | 347.87 | 0.64 | 0.29 |
| Hex | 79 | 1B | 2E | 0 | 4E | 3E | 35 | 15C | 40 | 1D |
| Octal | 171 | 33 | 56 | 0 | 116 | 76 | 65 | 534 | 100 | 35 |
| Binary | 1111001 | 11011 | 101110 | 0 | 1001110 | 111110 | 110101 | 101011100 | 1000000 | 11101 |
Color Harmonies of #791B2E
Complementary color
Monochromatic Colors of #791B2E
Black with #791B2E
Text Example
Text Example
White with #791B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791B2E; }
p { color: rgb(121,27,46); }
H1.HeaderClassName
{
color: #791B2E;
}
.AnyTagClassName
{
color: #791B2E;
}
</style>
background-color css
<style>
a { background-color: #791B2E; }
a { background-color: rgb(121,27,46); }
div.DivClassName
{
background-color: #791B2E;
}
.BgClassName
{
background-color: #791B2E;
}
</style>
border-color css
<style>
span { border-color: #791B2E; }
span { border-color: rgb(121,27,46); }
td.TdClassName
{
border-color: #791B2E;
}
.TagClassName
{
border-color: #791B2E;
}
</style>