Shades of Scarlett #7B1830
Tints of Scarlett #7B1830
RGB
CMYK
RGB Variations
Color information
#7B1830 (or 0x7B1830) is known color: Scarlett. HEX triplet: 7B, 18 and 30. RGB value is (123,24,48). Sum of RGB (Red+Green+Blue) = 123+24+48=195 (25% of max value = 765). Red value is 123 (48.44% from 255 or 63.08% from 195); Green value is 24 (9.77% from 255 or 12.31% from 195); Blue value is 48 (19.14% from 255 or 24.62% from 195); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1830 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B1830 is #84E7CF. Grayscale: #383838. Windows color (decimal): -8710096 or 3151995. OLE color: 3151995.
HSL color Cylindrical-coordinate representation of color #7B1830: hue angle of 345.45º 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 #7B1830 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 24 | 48 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.52 |
| HSL | 345.45º | 0.67% | 0.29% | - |
| HSV(B) | 345.45º | 0.8% | 0.48% | - |
| XYZ | 9.03 | 5.08 | 3.3 | - |
| YUV | 56.34 | 123.3 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 24 | 48 | 0 | 0.80 | 0.61 | 0.52 | 345.45 | 0.67 | 0.29 |
| Hex | 7B | 18 | 30 | 0 | 50 | 3D | 34 | 159 | 43 | 1D |
| Octal | 173 | 30 | 60 | 0 | 120 | 75 | 64 | 531 | 103 | 35 |
| Binary | 1111011 | 11000 | 110000 | 0 | 1010000 | 111101 | 110100 | 101011001 | 1000011 | 11101 |
Color Harmonies of #7B1830
Complementary color
Monochromatic Colors of #7B1830
Black with #7B1830
Text Example
Text Example
White with #7B1830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1830; }
p { color: rgb(123,24,48); }
H1.HeaderClassName
{
color: #7B1830;
}
.AnyTagClassName
{
color: #7B1830;
}
</style>
background-color css
<style>
a { background-color: #7B1830; }
a { background-color: rgb(123,24,48); }
div.DivClassName
{
background-color: #7B1830;
}
.BgClassName
{
background-color: #7B1830;
}
</style>
border-color css
<style>
span { border-color: #7B1830; }
span { border-color: rgb(123,24,48); }
td.TdClassName
{
border-color: #7B1830;
}
.TagClassName
{
border-color: #7B1830;
}
</style>