Shades of Scarlett #7B202D
Tints of Scarlett #7B202D
RGB
CMYK
RGB Variations
Color information
#7B202D (or 0x7B202D) is known color: Scarlett. HEX triplet: 7B, 20 and 2D. RGB value is (123,32,45). Sum of RGB (Red+Green+Blue) = 123+32+45=200 (26% of max value = 765). Red value is 123 (48.44% from 255 or 61.5% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 45 (17.97% from 255 or 22.5% from 200); Max value from RGB is 123 - color contains mainly: red. Hex color #7B202D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B202D is #84DFD2. Grayscale: #3C3C3C. Windows color (decimal): -8708051 or 2957435. OLE color: 2957435.
HSL color Cylindrical-coordinate representation of color #7B202D: hue angle of 351.43º 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 #7B202D is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 32 | 45 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.52 |
| HSL | 351.43º | 0.59% | 0.3% | - |
| HSV(B) | 351.43º | 0.74% | 0.48% | - |
| XYZ | 9.16 | 5.43 | 3.05 | - |
| YUV | 60.69 | 119.15 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 32 | 45 | 0 | 0.74 | 0.63 | 0.52 | 351.43 | 0.59 | 0.3 |
| Hex | 7B | 20 | 2D | 0 | 4A | 3F | 34 | 15F | 3B | 1E |
| Octal | 173 | 40 | 55 | 0 | 112 | 77 | 64 | 537 | 73 | 36 |
| Binary | 1111011 | 100000 | 101101 | 0 | 1001010 | 111111 | 110100 | 101011111 | 111011 | 11110 |
Color Harmonies of #7B202D
Complementary color
Monochromatic Colors of #7B202D
Black with #7B202D
Text Example
Text Example
White with #7B202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B202D; }
p { color: rgb(123,32,45); }
H1.HeaderClassName
{
color: #7B202D;
}
.AnyTagClassName
{
color: #7B202D;
}
</style>
background-color css
<style>
a { background-color: #7B202D; }
a { background-color: rgb(123,32,45); }
div.DivClassName
{
background-color: #7B202D;
}
.BgClassName
{
background-color: #7B202D;
}
</style>
border-color css
<style>
span { border-color: #7B202D; }
span { border-color: rgb(123,32,45); }
td.TdClassName
{
border-color: #7B202D;
}
.TagClassName
{
border-color: #7B202D;
}
</style>