Shades of Scarlett #7B232C
Tints of Scarlett #7B232C
RGB
CMYK
RGB Variations
Color information
#7B232C (or 0x7B232C) is known color: Scarlett. HEX triplet: 7B, 23 and 2C. RGB value is (123,35,44). Sum of RGB (Red+Green+Blue) = 123+35+44=202 (26% of max value = 765). Red value is 123 (48.44% from 255 or 60.89% from 202); Green value is 35 (14.06% from 255 or 17.33% from 202); Blue value is 44 (17.58% from 255 or 21.78% from 202); Max value from RGB is 123 - color contains mainly: red. Hex color #7B232C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B232C is #84DCD3. Grayscale: #3E3E3E. Windows color (decimal): -8707284 or 2892667. OLE color: 2892667.
HSL color Cylindrical-coordinate representation of color #7B232C: hue angle of 353.86º 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 #7B232C is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 35 | 44 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.52 |
| HSL | 353.86º | 0.56% | 0.31% | - |
| HSV(B) | 353.86º | 0.72% | 0.48% | - |
| XYZ | 9.22 | 5.59 | 2.98 | - |
| YUV | 62.34 | 117.65 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 35 | 44 | 0 | 0.72 | 0.64 | 0.52 | 353.86 | 0.56 | 0.31 |
| Hex | 7B | 23 | 2C | 0 | 48 | 40 | 34 | 162 | 38 | 1F |
| Octal | 173 | 43 | 54 | 0 | 110 | 100 | 64 | 542 | 70 | 37 |
| Binary | 1111011 | 100011 | 101100 | 0 | 1001000 | 1000000 | 110100 | 101100010 | 111000 | 11111 |
Color Harmonies of #7B232C
Complementary color
Monochromatic Colors of #7B232C
Black with #7B232C
Text Example
Text Example
White with #7B232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B232C; }
p { color: rgb(123,35,44); }
H1.HeaderClassName
{
color: #7B232C;
}
.AnyTagClassName
{
color: #7B232C;
}
</style>
background-color css
<style>
a { background-color: #7B232C; }
a { background-color: rgb(123,35,44); }
div.DivClassName
{
background-color: #7B232C;
}
.BgClassName
{
background-color: #7B232C;
}
</style>
border-color css
<style>
span { border-color: #7B232C; }
span { border-color: rgb(123,35,44); }
td.TdClassName
{
border-color: #7B232C;
}
.TagClassName
{
border-color: #7B232C;
}
</style>