Shades of Scarlett #7B232A
Tints of Scarlett #7B232A
RGB
CMYK
RGB Variations
Color information
#7B232A (or 0x7B232A) is known color: Scarlett. HEX triplet: 7B, 23 and 2A. RGB value is (123,35,42). Sum of RGB (Red+Green+Blue) = 123+35+42=200 (26% of max value = 765). Red value is 123 (48.44% from 255 or 61.5% from 200); Green value is 35 (14.06% from 255 or 17.5% from 200); Blue value is 42 (16.80% from 255 or 21% from 200); Max value from RGB is 123 - color contains mainly: red. Hex color #7B232A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B232A is #84DCD5. Grayscale: #3E3E3E. Windows color (decimal): -8707286 or 2761595. OLE color: 2761595.
HSL color Cylindrical-coordinate representation of color #7B232A: hue angle of 355.23º 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 #7B232A is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 35 | 42 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.52 |
| HSL | 355.23º | 0.56% | 0.31% | - |
| HSV(B) | 355.23º | 0.72% | 0.48% | - |
| XYZ | 9.19 | 5.58 | 2.78 | - |
| YUV | 62.11 | 116.65 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 35 | 42 | 0 | 0.72 | 0.66 | 0.52 | 355.23 | 0.56 | 0.31 |
| Hex | 7B | 23 | 2A | 0 | 48 | 42 | 34 | 163 | 38 | 1F |
| Octal | 173 | 43 | 52 | 0 | 110 | 102 | 64 | 543 | 70 | 37 |
| Binary | 1111011 | 100011 | 101010 | 0 | 1001000 | 1000010 | 110100 | 101100011 | 111000 | 11111 |
Color Harmonies of #7B232A
Complementary color
Monochromatic Colors of #7B232A
Black with #7B232A
Text Example
Text Example
White with #7B232A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B232A; }
p { color: rgb(123,35,42); }
H1.HeaderClassName
{
color: #7B232A;
}
.AnyTagClassName
{
color: #7B232A;
}
</style>
background-color css
<style>
a { background-color: #7B232A; }
a { background-color: rgb(123,35,42); }
div.DivClassName
{
background-color: #7B232A;
}
.BgClassName
{
background-color: #7B232A;
}
</style>
border-color css
<style>
span { border-color: #7B232A; }
span { border-color: rgb(123,35,42); }
td.TdClassName
{
border-color: #7B232A;
}
.TagClassName
{
border-color: #7B232A;
}
</style>