Shades of Scarlett #7B2430
Tints of Scarlett #7B2430
RGB
CMYK
RGB Variations
Color information
#7B2430 (or 0x7B2430) is known color: Scarlett. HEX triplet: 7B, 24 and 30. RGB value is (123,36,48). Sum of RGB (Red+Green+Blue) = 123+36+48=207 (27% of max value = 765). Red value is 123 (48.44% from 255 or 59.42% from 207); Green value is 36 (14.45% from 255 or 17.39% from 207); Blue value is 48 (19.14% from 255 or 23.19% from 207); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2430 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2430 is #84DBCF. Grayscale: #3F3F3F. Windows color (decimal): -8707024 or 3155067. OLE color: 3155067.
HSL color Cylindrical-coordinate representation of color #7B2430: hue angle of 351.72º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7B2430 is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 36 | 48 | - |
| CMYK | 0 | 0.71 | 0.61 | 0.52 |
| HSL | 351.72º | 0.55% | 0.31% | - |
| HSV(B) | 351.72º | 0.71% | 0.48% | - |
| XYZ | 9.33 | 5.69 | 3.4 | - |
| YUV | 63.38 | 119.32 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 36 | 48 | 0 | 0.71 | 0.61 | 0.52 | 351.72 | 0.55 | 0.31 |
| Hex | 7B | 24 | 30 | 0 | 47 | 3D | 34 | 160 | 37 | 1F |
| Octal | 173 | 44 | 60 | 0 | 107 | 75 | 64 | 540 | 67 | 37 |
| Binary | 1111011 | 100100 | 110000 | 0 | 1000111 | 111101 | 110100 | 101100000 | 110111 | 11111 |
Color Harmonies of #7B2430
Complementary color
Monochromatic Colors of #7B2430
Black with #7B2430
Text Example
Text Example
White with #7B2430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2430; }
p { color: rgb(123,36,48); }
H1.HeaderClassName
{
color: #7B2430;
}
.AnyTagClassName
{
color: #7B2430;
}
</style>
background-color css
<style>
a { background-color: #7B2430; }
a { background-color: rgb(123,36,48); }
div.DivClassName
{
background-color: #7B2430;
}
.BgClassName
{
background-color: #7B2430;
}
</style>
border-color css
<style>
span { border-color: #7B2430; }
span { border-color: rgb(123,36,48); }
td.TdClassName
{
border-color: #7B2430;
}
.TagClassName
{
border-color: #7B2430;
}
</style>