Shades of Scarlett #7B252D
Tints of Scarlett #7B252D
RGB
CMYK
RGB Variations
Color information
#7B252D (or 0x7B252D) is known color: Scarlett. HEX triplet: 7B, 25 and 2D. RGB value is (123,37,45). Sum of RGB (Red+Green+Blue) = 123+37+45=205 (27% of max value = 765). Red value is 123 (48.44% from 255 or 60% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 123 - color contains mainly: red. Hex color #7B252D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B252D is #84DAD2. Grayscale: #3F3F3F. Windows color (decimal): -8706771 or 2958715. OLE color: 2958715.
HSL color Cylindrical-coordinate representation of color #7B252D: hue angle of 354.42º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7B252D is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 37 | 45 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.52 |
| HSL | 354.42º | 0.54% | 0.31% | - |
| HSV(B) | 354.42º | 0.7% | 0.48% | - |
| XYZ | 9.3 | 5.72 | 3.1 | - |
| YUV | 63.63 | 117.49 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 37 | 45 | 0 | 0.70 | 0.63 | 0.52 | 354.42 | 0.54 | 0.31 |
| Hex | 7B | 25 | 2D | 0 | 46 | 3F | 34 | 162 | 36 | 1F |
| Octal | 173 | 45 | 55 | 0 | 106 | 77 | 64 | 542 | 66 | 37 |
| Binary | 1111011 | 100101 | 101101 | 0 | 1000110 | 111111 | 110100 | 101100010 | 110110 | 11111 |
Color Harmonies of #7B252D
Complementary color
Monochromatic Colors of #7B252D
Black with #7B252D
Text Example
Text Example
White with #7B252D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B252D; }
p { color: rgb(123,37,45); }
H1.HeaderClassName
{
color: #7B252D;
}
.AnyTagClassName
{
color: #7B252D;
}
</style>
background-color css
<style>
a { background-color: #7B252D; }
a { background-color: rgb(123,37,45); }
div.DivClassName
{
background-color: #7B252D;
}
.BgClassName
{
background-color: #7B252D;
}
</style>
border-color css
<style>
span { border-color: #7B252D; }
span { border-color: rgb(123,37,45); }
td.TdClassName
{
border-color: #7B252D;
}
.TagClassName
{
border-color: #7B252D;
}
</style>