Shades of Scarlett #7B1C33
Tints of Scarlett #7B1C33
RGB
CMYK
RGB Variations
Color information
#7B1C33 (or 0x7B1C33) is known color: Scarlett. HEX triplet: 7B, 1C and 33. RGB value is (123,28,51). Sum of RGB (Red+Green+Blue) = 123+28+51=202 (26% of max value = 765). Red value is 123 (48.44% from 255 or 60.89% from 202); Green value is 28 (11.33% from 255 or 13.86% from 202); Blue value is 51 (20.31% from 255 or 25.25% from 202); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B1C33 is #84E3CC. Grayscale: #3B3B3B. Windows color (decimal): -8709069 or 3349627. OLE color: 3349627.
HSL color Cylindrical-coordinate representation of color #7B1C33: hue angle of 345.47º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7B1C33 is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 28 | 51 | - |
| CMYK | 0 | 0.77 | 0.59 | 0.52 |
| HSL | 345.47º | 0.63% | 0.3% | - |
| HSV(B) | 345.47º | 0.77% | 0.48% | - |
| XYZ | 9.18 | 5.28 | 3.67 | - |
| YUV | 59.03 | 123.47 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 28 | 51 | 0 | 0.77 | 0.59 | 0.52 | 345.47 | 0.63 | 0.3 |
| Hex | 7B | 1C | 33 | 0 | 4D | 3B | 34 | 159 | 3F | 1E |
| Octal | 173 | 34 | 63 | 0 | 115 | 73 | 64 | 531 | 77 | 36 |
| Binary | 1111011 | 11100 | 110011 | 0 | 1001101 | 111011 | 110100 | 101011001 | 111111 | 11110 |
Color Harmonies of #7B1C33
Complementary color
Monochromatic Colors of #7B1C33
Black with #7B1C33
Text Example
Text Example
White with #7B1C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1C33; }
p { color: rgb(123,28,51); }
H1.HeaderClassName
{
color: #7B1C33;
}
.AnyTagClassName
{
color: #7B1C33;
}
</style>
background-color css
<style>
a { background-color: #7B1C33; }
a { background-color: rgb(123,28,51); }
div.DivClassName
{
background-color: #7B1C33;
}
.BgClassName
{
background-color: #7B1C33;
}
</style>
border-color css
<style>
span { border-color: #7B1C33; }
span { border-color: rgb(123,28,51); }
td.TdClassName
{
border-color: #7B1C33;
}
.TagClassName
{
border-color: #7B1C33;
}
</style>