Shades of Scarlett #7B182D
Tints of Scarlett #7B182D
RGB
CMYK
RGB Variations
Color information
#7B182D (or 0x7B182D) is known color: Scarlett. HEX triplet: 7B, 18 and 2D. RGB value is (123,24,45). Sum of RGB (Red+Green+Blue) = 123+24+45=192 (25% of max value = 765). Red value is 123 (48.44% from 255 or 64.06% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 45 (17.97% from 255 or 23.44% from 192); Max value from RGB is 123 - color contains mainly: red. Hex color #7B182D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B182D is #84E7D2. Grayscale: #383838. Windows color (decimal): -8710099 or 2955387. OLE color: 2955387.
HSL color Cylindrical-coordinate representation of color #7B182D: hue angle of 347.27º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7B182D is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 24 | 45 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.52 |
| HSL | 347.27º | 0.67% | 0.29% | - |
| HSV(B) | 347.27º | 0.8% | 0.48% | - |
| XYZ | 8.97 | 5.05 | 2.99 | - |
| YUV | 56 | 121.8 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 24 | 45 | 0 | 0.80 | 0.63 | 0.52 | 347.27 | 0.67 | 0.29 |
| Hex | 7B | 18 | 2D | 0 | 50 | 3F | 34 | 15B | 43 | 1D |
| Octal | 173 | 30 | 55 | 0 | 120 | 77 | 64 | 533 | 103 | 35 |
| Binary | 1111011 | 11000 | 101101 | 0 | 1010000 | 111111 | 110100 | 101011011 | 1000011 | 11101 |
Color Harmonies of #7B182D
Complementary color
Monochromatic Colors of #7B182D
Black with #7B182D
Text Example
Text Example
White with #7B182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B182D; }
p { color: rgb(123,24,45); }
H1.HeaderClassName
{
color: #7B182D;
}
.AnyTagClassName
{
color: #7B182D;
}
</style>
background-color css
<style>
a { background-color: #7B182D; }
a { background-color: rgb(123,24,45); }
div.DivClassName
{
background-color: #7B182D;
}
.BgClassName
{
background-color: #7B182D;
}
</style>
border-color css
<style>
span { border-color: #7B182D; }
span { border-color: rgb(123,24,45); }
td.TdClassName
{
border-color: #7B182D;
}
.TagClassName
{
border-color: #7B182D;
}
</style>