Shades of Scarlett #791C2D
Tints of Scarlett #791C2D
RGB
CMYK
RGB Variations
Color information
#791C2D (or 0x791C2D) is known color: Scarlett. HEX triplet: 79, 1C and 2D. RGB value is (121,28,45). Sum of RGB (Red+Green+Blue) = 121+28+45=194 (25% of max value = 765). Red value is 121 (47.66% from 255 or 62.37% from 194); Green value is 28 (11.33% from 255 or 14.43% from 194); Blue value is 45 (17.97% from 255 or 23.20% from 194); Max value from RGB is 121 - color contains mainly: red. Hex color #791C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791C2D is #86E3D2. Grayscale: #393939. Windows color (decimal): -8840147 or 2956409. OLE color: 2956409.
HSL color Cylindrical-coordinate representation of color #791C2D: hue angle of 349.03º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #791C2D is Cyan = 0, Magento = 0.77, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 28 | 45 | - |
| CMYK | 0 | 0.77 | 0.63 | 0.53 |
| HSL | 349.03º | 0.62% | 0.29% | - |
| HSV(B) | 349.03º | 0.77% | 0.47% | - |
| XYZ | 8.77 | 5.08 | 3 | - |
| YUV | 57.75 | 120.81 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 28 | 45 | 0 | 0.77 | 0.63 | 0.53 | 349.03 | 0.62 | 0.29 |
| Hex | 79 | 1C | 2D | 0 | 4D | 3F | 35 | 15D | 3E | 1D |
| Octal | 171 | 34 | 55 | 0 | 115 | 77 | 65 | 535 | 76 | 35 |
| Binary | 1111001 | 11100 | 101101 | 0 | 1001101 | 111111 | 110101 | 101011101 | 111110 | 11101 |
Color Harmonies of #791C2D
Complementary color
Monochromatic Colors of #791C2D
Black with #791C2D
Text Example
Text Example
White with #791C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791C2D; }
p { color: rgb(121,28,45); }
H1.HeaderClassName
{
color: #791C2D;
}
.AnyTagClassName
{
color: #791C2D;
}
</style>
background-color css
<style>
a { background-color: #791C2D; }
a { background-color: rgb(121,28,45); }
div.DivClassName
{
background-color: #791C2D;
}
.BgClassName
{
background-color: #791C2D;
}
</style>
border-color css
<style>
span { border-color: #791C2D; }
span { border-color: rgb(121,28,45); }
td.TdClassName
{
border-color: #791C2D;
}
.TagClassName
{
border-color: #791C2D;
}
</style>