#7E1F39

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

Shades of Scarlett #7E1F39

Tints of Scarlett #7E1F39

Color information

#7E1F39 (or 0x7E1F39) is unknown color: approx Scarlett. HEX triplet: 7E, 1F and 39. RGB value is (126,31,57). Sum of RGB (Red+Green+Blue) = 126+31+57=214 (28% of max value = 765). Red value is 126 (49.61% from 255 or 58.88% from 214); Green value is 31 (12.5% from 255 or 14.49% from 214); Blue value is 57 (22.66% from 255 or 26.64% from 214); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1F39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E1F39 is #81E0C6. Grayscale: #3E3E3E. Windows color (decimal): -8511687 or 3743614. OLE color: 3743614.

HSL color Cylindrical-coordinate representation of color #7E1F39: hue angle of 343.58º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7E1F39 is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.51.

Color convert

RGB1263157-
CMYK00.750.550.51
HSL343.58º60.51%30.78%-
HSV(B)343.58º75.4%49.41%-
XYZ9.835.714.45-
YUV62.37124.97173.39-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 58.88%
GREEN value IS 31 (12.5% from 255) = 14.49%
BLUE value IS 57 (22.66% from 255) = 26.64%
R=58.88%
G=14.49%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.55
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126315700.750.550.51343.5860.5130.78
Hex7E1F3904B37331583d1f
Octal1763771011367635307537
Binary1111110111111110010100101111011111001110101100011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E1F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,31,57); }

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

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

 a { background-color: rgb(126,31,57); }

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

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

 span { border-color: rgb(126,31,57); }

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