Shades of Scarlett #7F132B
Tints of Scarlett #7F132B
RGB
CMYK
RGB Variations
Color information
#7F132B (or 0x7F132B) is known color: Scarlett. HEX triplet: 7F, 13 and 2B. RGB value is (127,19,43). Sum of RGB (Red+Green+Blue) = 127+19+43=189 (25% of max value = 765). Red value is 127 (50% from 255 or 67.20% from 189); Green value is 19 (7.81% from 255 or 10.05% from 189); Blue value is 43 (17.19% from 255 or 22.75% from 189); Max value from RGB is 127 - color contains mainly: red. Hex color #7F132B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F132B is #80ECD4. Grayscale: #363636. Windows color (decimal): -8449237 or 2823039. OLE color: 2823039.
HSL color Cylindrical-coordinate representation of color #7F132B: hue angle of 346.67º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7F132B is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 19 | 43 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.50 |
| HSL | 346.67º | 0.74% | 0.29% | - |
| HSV(B) | 346.67º | 0.85% | 0.5% | - |
| XYZ | 9.42 | 5.15 | 2.78 | - |
| YUV | 54.03 | 121.78 | 180.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 19 | 43 | 0 | 0.85 | 0.66 | 0.50 | 346.67 | 0.74 | 0.29 |
| Hex | 7F | 13 | 2B | 0 | 55 | 42 | 32 | 15B | 4A | 1D |
| Octal | 177 | 23 | 53 | 0 | 125 | 102 | 62 | 533 | 112 | 35 |
| Binary | 1111111 | 10011 | 101011 | 0 | 1010101 | 1000010 | 110010 | 101011011 | 1001010 | 11101 |
Color Harmonies of #7F132B
Complementary color
Monochromatic Colors of #7F132B
Black with #7F132B
Text Example
Text Example
White with #7F132B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F132B; }
p { color: rgb(127,19,43); }
H1.HeaderClassName
{
color: #7F132B;
}
.AnyTagClassName
{
color: #7F132B;
}
</style>
background-color css
<style>
a { background-color: #7F132B; }
a { background-color: rgb(127,19,43); }
div.DivClassName
{
background-color: #7F132B;
}
.BgClassName
{
background-color: #7F132B;
}
</style>
border-color css
<style>
span { border-color: #7F132B; }
span { border-color: rgb(127,19,43); }
td.TdClassName
{
border-color: #7F132B;
}
.TagClassName
{
border-color: #7F132B;
}
</style>