#7E203B

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

Shades of Scarlett #7E203B

Tints of Scarlett #7E203B

Color information

#7E203B (or 0x7E203B) is unknown color: approx Scarlett. HEX triplet: 7E, 20 and 3B. RGB value is (126,32,59). Sum of RGB (Red+Green+Blue) = 126+32+59=217 (28% of max value = 765). Red value is 126 (49.61% from 255 or 58.06% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 59 (23.44% from 255 or 27.19% from 217); Max value from RGB is 126 - color contains mainly: red. Hex color #7E203B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E203B is #81DFC4. Grayscale: #3F3F3F. Windows color (decimal): -8511429 or 3874942. OLE color: 3874942.

HSL color Cylindrical-coordinate representation of color #7E203B: hue angle of 342.77º degrees, saturation: 0.59, 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 #7E203B is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.51.

Color convert

RGB1263259-
CMYK00.750.530.51
HSL342.77º59.49%30.98%-
HSV(B)342.77º74.6%49.41%-
XYZ9.915.784.73-
YUV63.18125.64172.8-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 58.06%
GREEN value IS 32 (12.89% from 255) = 14.75%
BLUE value IS 59 (23.44% from 255) = 27.19%
R=58.06%
G=14.75%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.53
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126325900.750.530.51342.7759.4930.98
Hex7E203B04B35331573b1f
Octal1764073011365635277337
Binary11111101000001110110100101111010111001110101011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E203B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,32,59); }

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

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

 a { background-color: rgb(126,32,59); }

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

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

 span { border-color: rgb(126,32,59); }

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