Shades of Scarlett #7B232D
Tints of Scarlett #7B232D
RGB
CMYK
RGB Variations
Color information
#7B232D (or 0x7B232D) is known color: Scarlett. HEX triplet: 7B, 23 and 2D. RGB value is (123,35,45). Sum of RGB (Red+Green+Blue) = 123+35+45=203 (26% of max value = 765). Red value is 123 (48.44% from 255 or 60.59% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 123 - color contains mainly: red. Hex color #7B232D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B232D is #84DCD2. Grayscale: #3E3E3E. Windows color (decimal): -8707283 or 2958203. OLE color: 2958203.
HSL color Cylindrical-coordinate representation of color #7B232D: hue angle of 353.18º 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 #7B232D is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 35 | 45 | - |
| CMYK | 0 | 0.72 | 0.63 | 0.52 |
| HSL | 353.18º | 0.56% | 0.31% | - |
| HSV(B) | 353.18º | 0.72% | 0.48% | - |
| XYZ | 9.24 | 5.6 | 3.08 | - |
| YUV | 62.45 | 118.15 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 35 | 45 | 0 | 0.72 | 0.63 | 0.52 | 353.18 | 0.56 | 0.31 |
| Hex | 7B | 23 | 2D | 0 | 48 | 3F | 34 | 161 | 38 | 1F |
| Octal | 173 | 43 | 55 | 0 | 110 | 77 | 64 | 541 | 70 | 37 |
| Binary | 1111011 | 100011 | 101101 | 0 | 1001000 | 111111 | 110100 | 101100001 | 111000 | 11111 |
Color Harmonies of #7B232D
Complementary color
Monochromatic Colors of #7B232D
Black with #7B232D
Text Example
Text Example
White with #7B232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B232D; }
p { color: rgb(123,35,45); }
H1.HeaderClassName
{
color: #7B232D;
}
.AnyTagClassName
{
color: #7B232D;
}
</style>
background-color css
<style>
a { background-color: #7B232D; }
a { background-color: rgb(123,35,45); }
div.DivClassName
{
background-color: #7B232D;
}
.BgClassName
{
background-color: #7B232D;
}
</style>
border-color css
<style>
span { border-color: #7B232D; }
span { border-color: rgb(123,35,45); }
td.TdClassName
{
border-color: #7B232D;
}
.TagClassName
{
border-color: #7B232D;
}
</style>