Shades of Scarlett #7B202C
Tints of Scarlett #7B202C
RGB
CMYK
RGB Variations
Color information
#7B202C (or 0x7B202C) is known color: Scarlett. HEX triplet: 7B, 20 and 2C. RGB value is (123,32,44). Sum of RGB (Red+Green+Blue) = 123+32+44=199 (26% of max value = 765). Red value is 123 (48.44% from 255 or 61.81% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 123 - color contains mainly: red. Hex color #7B202C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B202C is #84DFD3. Grayscale: #3C3C3C. Windows color (decimal): -8708052 or 2891899. OLE color: 2891899.
HSL color Cylindrical-coordinate representation of color #7B202C: hue angle of 352.09º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7B202C is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 32 | 44 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.52 |
| HSL | 352.09º | 0.59% | 0.3% | - |
| HSV(B) | 352.09º | 0.74% | 0.48% | - |
| XYZ | 9.14 | 5.43 | 2.95 | - |
| YUV | 60.58 | 118.65 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 32 | 44 | 0 | 0.74 | 0.64 | 0.52 | 352.09 | 0.59 | 0.3 |
| Hex | 7B | 20 | 2C | 0 | 4A | 40 | 34 | 160 | 3B | 1E |
| Octal | 173 | 40 | 54 | 0 | 112 | 100 | 64 | 540 | 73 | 36 |
| Binary | 1111011 | 100000 | 101100 | 0 | 1001010 | 1000000 | 110100 | 101100000 | 111011 | 11110 |
Color Harmonies of #7B202C
Complementary color
Monochromatic Colors of #7B202C
Black with #7B202C
Text Example
Text Example
White with #7B202C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B202C; }
p { color: rgb(123,32,44); }
H1.HeaderClassName
{
color: #7B202C;
}
.AnyTagClassName
{
color: #7B202C;
}
</style>
background-color css
<style>
a { background-color: #7B202C; }
a { background-color: rgb(123,32,44); }
div.DivClassName
{
background-color: #7B202C;
}
.BgClassName
{
background-color: #7B202C;
}
</style>
border-color css
<style>
span { border-color: #7B202C; }
span { border-color: rgb(123,32,44); }
td.TdClassName
{
border-color: #7B202C;
}
.TagClassName
{
border-color: #7B202C;
}
</style>