Shades of Scarlett #7B252B
Tints of Scarlett #7B252B
RGB
CMYK
RGB Variations
Color information
#7B252B (or 0x7B252B) is known color: Scarlett. HEX triplet: 7B, 25 and 2B. RGB value is (123,37,43). Sum of RGB (Red+Green+Blue) = 123+37+43=203 (26% of max value = 765). Red value is 123 (48.44% from 255 or 60.59% from 203); Green value is 37 (14.84% from 255 or 18.23% from 203); Blue value is 43 (17.19% from 255 or 21.18% from 203); Max value from RGB is 123 - color contains mainly: red. Hex color #7B252B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B252B is #84DAD4. Grayscale: #3F3F3F. Windows color (decimal): -8706773 or 2827643. OLE color: 2827643.
HSL color Cylindrical-coordinate representation of color #7B252B: hue angle of 355.81º 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 #7B252B is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 37 | 43 | - |
| CMYK | 0 | 0.70 | 0.65 | 0.52 |
| HSL | 355.81º | 0.54% | 0.31% | - |
| HSV(B) | 355.81º | 0.7% | 0.48% | - |
| XYZ | 9.27 | 5.71 | 2.9 | - |
| YUV | 63.4 | 116.49 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 37 | 43 | 0 | 0.70 | 0.65 | 0.52 | 355.81 | 0.54 | 0.31 |
| Hex | 7B | 25 | 2B | 0 | 46 | 41 | 34 | 164 | 36 | 1F |
| Octal | 173 | 45 | 53 | 0 | 106 | 101 | 64 | 544 | 66 | 37 |
| Binary | 1111011 | 100101 | 101011 | 0 | 1000110 | 1000001 | 110100 | 101100100 | 110110 | 11111 |
Color Harmonies of #7B252B
Complementary color
Monochromatic Colors of #7B252B
Black with #7B252B
Text Example
Text Example
White with #7B252B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B252B; }
p { color: rgb(123,37,43); }
H1.HeaderClassName
{
color: #7B252B;
}
.AnyTagClassName
{
color: #7B252B;
}
</style>
background-color css
<style>
a { background-color: #7B252B; }
a { background-color: rgb(123,37,43); }
div.DivClassName
{
background-color: #7B252B;
}
.BgClassName
{
background-color: #7B252B;
}
</style>
border-color css
<style>
span { border-color: #7B252B; }
span { border-color: rgb(123,37,43); }
td.TdClassName
{
border-color: #7B252B;
}
.TagClassName
{
border-color: #7B252B;
}
</style>