#7F1531

Color #7F1531 Scarlett (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlett #7F1531

Tints of Scarlett #7F1531

Color information

#7F1531 (or 0x7F1531) is unknown color: approx Scarlett. HEX triplet: 7F, 15 and 31. RGB value is (127,21,49). Sum of RGB (Red+Green+Blue) = 127+21+49=197 (26% of max value = 765). Red value is 127 (50% from 255 or 64.47% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 49 (19.53% from 255 or 24.87% from 197); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1531 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F1531 is #80EACE. Grayscale: #373737. Windows color (decimal): -8448719 or 3216767. OLE color: 3216767.

HSL color Cylindrical-coordinate representation of color #7F1531: hue angle of 344.15º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F1531 is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.50.

Color convert

RGB1272149-
CMYK00.830.610.50
HSL344.15º71.62%29.02%-
HSV(B)344.15º83.46%49.8%-
XYZ9.575.273.42-
YUV55.89124.12178.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 127 (50% from 255) = 64.47%
GREEN value IS 21 (8.59% from 255) = 10.66%
BLUE value IS 49 (19.53% from 255) = 24.87%
R=64.47%
G=10.66%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.61
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127214900.830.610.50344.1571.6229.02
Hex7F15310533D32158481d
Octal17725610123756253011035
Binary11111111010111000101010011111101110010101011000100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F1531; }

 p { color: rgb(127,21,49); }

 H1.HeaderClassName
 {
   color: #7F1531;
 }
 .AnyTagClassName
 {
   color: #7F1531;
 }
</style>
background-color css

<style>
 a { background-color: #7F1531; }

 a { background-color: rgb(127,21,49); }

 div.DivClassName
 {
   background-color: #7F1531;
 }
 .BgClassName
 {
   background-color: #7F1531;
 }
</style>
border-color css

<style>
 span { border-color: #7F1531; }

 span { border-color: rgb(127,21,49); }

 td.TdClassName
 {
   border-color: #7F1531;
 }
 .TagClassName
 {
   border-color: #7F1531;
 }
</style>