Shades of Scarlett #7B2230
Tints of Scarlett #7B2230
RGB
CMYK
RGB Variations
Color information
#7B2230 (or 0x7B2230) is known color: Scarlett. HEX triplet: 7B, 22 and 30. RGB value is (123,34,48). Sum of RGB (Red+Green+Blue) = 123+34+48=205 (27% of max value = 765). Red value is 123 (48.44% from 255 or 60% from 205); Green value is 34 (13.67% from 255 or 16.59% from 205); Blue value is 48 (19.14% from 255 or 23.41% from 205); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2230 is #84DDCF. Grayscale: #3E3E3E. Windows color (decimal): -8707536 or 3154555. OLE color: 3154555.
HSL color Cylindrical-coordinate representation of color #7B2230: hue angle of 350.56º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7B2230 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 34 | 48 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.52 |
| HSL | 350.56º | 0.57% | 0.31% | - |
| HSV(B) | 350.56º | 0.72% | 0.48% | - |
| XYZ | 9.27 | 5.57 | 3.38 | - |
| YUV | 62.21 | 119.99 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 34 | 48 | 0 | 0.72 | 0.61 | 0.52 | 350.56 | 0.57 | 0.31 |
| Hex | 7B | 22 | 30 | 0 | 48 | 3D | 34 | 15F | 39 | 1F |
| Octal | 173 | 42 | 60 | 0 | 110 | 75 | 64 | 537 | 71 | 37 |
| Binary | 1111011 | 100010 | 110000 | 0 | 1001000 | 111101 | 110100 | 101011111 | 111001 | 11111 |
Color Harmonies of #7B2230
Complementary color
Monochromatic Colors of #7B2230
Black with #7B2230
Text Example
Text Example
White with #7B2230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2230; }
p { color: rgb(123,34,48); }
H1.HeaderClassName
{
color: #7B2230;
}
.AnyTagClassName
{
color: #7B2230;
}
</style>
background-color css
<style>
a { background-color: #7B2230; }
a { background-color: rgb(123,34,48); }
div.DivClassName
{
background-color: #7B2230;
}
.BgClassName
{
background-color: #7B2230;
}
</style>
border-color css
<style>
span { border-color: #7B2230; }
span { border-color: rgb(123,34,48); }
td.TdClassName
{
border-color: #7B2230;
}
.TagClassName
{
border-color: #7B2230;
}
</style>