Shades of Scarlett #7B2228
Tints of Scarlett #7B2228
RGB
CMYK
RGB Variations
Color information
#7B2228 (or 0x7B2228) is known color: Scarlett. HEX triplet: 7B, 22 and 28. RGB value is (123,34,40). Sum of RGB (Red+Green+Blue) = 123+34+40=197 (26% of max value = 765). Red value is 123 (48.44% from 255 or 62.44% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 40 (16.02% from 255 or 20.30% from 197); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2228 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2228 is #84DDD7. Grayscale: #3D3D3D. Windows color (decimal): -8707544 or 2630267. OLE color: 2630267.
HSL color Cylindrical-coordinate representation of color #7B2228: hue angle of 355.96º 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 #7B2228 is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 34 | 40 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.52 |
| HSL | 355.96º | 0.57% | 0.31% | - |
| HSV(B) | 355.96º | 0.72% | 0.48% | - |
| XYZ | 9.12 | 5.51 | 2.59 | - |
| YUV | 61.3 | 115.99 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 34 | 40 | 0 | 0.72 | 0.67 | 0.52 | 355.96 | 0.57 | 0.31 |
| Hex | 7B | 22 | 28 | 0 | 48 | 43 | 34 | 164 | 39 | 1F |
| Octal | 173 | 42 | 50 | 0 | 110 | 103 | 64 | 544 | 71 | 37 |
| Binary | 1111011 | 100010 | 101000 | 0 | 1001000 | 1000011 | 110100 | 101100100 | 111001 | 11111 |
Color Harmonies of #7B2228
Complementary color
Monochromatic Colors of #7B2228
Black with #7B2228
Text Example
Text Example
White with #7B2228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2228; }
p { color: rgb(123,34,40); }
H1.HeaderClassName
{
color: #7B2228;
}
.AnyTagClassName
{
color: #7B2228;
}
</style>
background-color css
<style>
a { background-color: #7B2228; }
a { background-color: rgb(123,34,40); }
div.DivClassName
{
background-color: #7B2228;
}
.BgClassName
{
background-color: #7B2228;
}
</style>
border-color css
<style>
span { border-color: #7B2228; }
span { border-color: rgb(123,34,40); }
td.TdClassName
{
border-color: #7B2228;
}
.TagClassName
{
border-color: #7B2228;
}
</style>