Shades of Scarlett #7B232F
Tints of Scarlett #7B232F
RGB
CMYK
RGB Variations
Color information
#7B232F (or 0x7B232F) is known color: Scarlett. HEX triplet: 7B, 23 and 2F. RGB value is (123,35,47). Sum of RGB (Red+Green+Blue) = 123+35+47=205 (27% of max value = 765). Red value is 123 (48.44% from 255 or 60% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 47 (18.75% from 255 or 22.93% from 205); Max value from RGB is 123 - color contains mainly: red. Hex color #7B232F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B232F is #84DCD0. Grayscale: #3E3E3E. Windows color (decimal): -8707281 or 3089275. OLE color: 3089275.
HSL color Cylindrical-coordinate representation of color #7B232F: hue angle of 351.82º degrees, saturation: 0.56, 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 #7B232F is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 35 | 47 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.52 |
| HSL | 351.82º | 0.56% | 0.31% | - |
| HSV(B) | 351.82º | 0.72% | 0.48% | - |
| XYZ | 9.28 | 5.62 | 3.28 | - |
| YUV | 62.68 | 119.15 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 35 | 47 | 0 | 0.72 | 0.62 | 0.52 | 351.82 | 0.56 | 0.31 |
| Hex | 7B | 23 | 2F | 0 | 48 | 3E | 34 | 160 | 38 | 1F |
| Octal | 173 | 43 | 57 | 0 | 110 | 76 | 64 | 540 | 70 | 37 |
| Binary | 1111011 | 100011 | 101111 | 0 | 1001000 | 111110 | 110100 | 101100000 | 111000 | 11111 |
Color Harmonies of #7B232F
Complementary color
Monochromatic Colors of #7B232F
Black with #7B232F
Text Example
Text Example
White with #7B232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B232F; }
p { color: rgb(123,35,47); }
H1.HeaderClassName
{
color: #7B232F;
}
.AnyTagClassName
{
color: #7B232F;
}
</style>
background-color css
<style>
a { background-color: #7B232F; }
a { background-color: rgb(123,35,47); }
div.DivClassName
{
background-color: #7B232F;
}
.BgClassName
{
background-color: #7B232F;
}
</style>
border-color css
<style>
span { border-color: #7B232F; }
span { border-color: rgb(123,35,47); }
td.TdClassName
{
border-color: #7B232F;
}
.TagClassName
{
border-color: #7B232F;
}
</style>