Shades of Scarlett #7F233A
Tints of Scarlett #7F233A
RGB
CMYK
RGB Variations
Color information
#7F233A (or 0x7F233A) is known color: Scarlett. HEX triplet: 7F, 23 and 3A. RGB value is (127,35,58). Sum of RGB (Red+Green+Blue) = 127+35+58=220 (29% of max value = 765). Red value is 127 (50% from 255 or 57.73% from 220); Green value is 35 (14.06% from 255 or 15.91% from 220); Blue value is 58 (23.05% from 255 or 26.36% from 220); Max value from RGB is 127 - color contains mainly: red. Hex color #7F233A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F233A is #80DCC5. Grayscale: #414141. Windows color (decimal): -8445126 or 3810175. OLE color: 3810175.
HSL color Cylindrical-coordinate representation of color #7F233A: hue angle of 345º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7F233A is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 35 | 58 | - |
| CMYK | 0 | 0.72 | 0.54 | 0.50 |
| HSL | 345º | 0.57% | 0.32% | - |
| HSV(B) | 345º | 0.72% | 0.5% | - |
| XYZ | 10.12 | 6.02 | 4.63 | - |
| YUV | 65.13 | 123.98 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 35 | 58 | 0 | 0.72 | 0.54 | 0.50 | 345 | 0.57 | 0.32 |
| Hex | 7F | 23 | 3A | 0 | 48 | 36 | 32 | 159 | 39 | 20 |
| Octal | 177 | 43 | 72 | 0 | 110 | 66 | 62 | 531 | 71 | 40 |
| Binary | 1111111 | 100011 | 111010 | 0 | 1001000 | 110110 | 110010 | 101011001 | 111001 | 100000 |
Color Harmonies of #7F233A
Complementary color
Monochromatic Colors of #7F233A
Black with #7F233A
Text Example
Text Example
White with #7F233A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F233A; }
p { color: rgb(127,35,58); }
H1.HeaderClassName
{
color: #7F233A;
}
.AnyTagClassName
{
color: #7F233A;
}
</style>
background-color css
<style>
a { background-color: #7F233A; }
a { background-color: rgb(127,35,58); }
div.DivClassName
{
background-color: #7F233A;
}
.BgClassName
{
background-color: #7F233A;
}
</style>
border-color css
<style>
span { border-color: #7F233A; }
span { border-color: rgb(127,35,58); }
td.TdClassName
{
border-color: #7F233A;
}
.TagClassName
{
border-color: #7F233A;
}
</style>