#7E142E

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

Shades of Scarlett #7E142E

Tints of Scarlett #7E142E

Color information

#7E142E (or 0x7E142E) is unknown color: approx Scarlett. HEX triplet: 7E, 14 and 2E. RGB value is (126,20,46). Sum of RGB (Red+Green+Blue) = 126+20+46=192 (25% of max value = 765). Red value is 126 (49.61% from 255 or 65.62% from 192); Green value is 20 (8.20% from 255 or 10.42% from 192); Blue value is 46 (18.36% from 255 or 23.96% from 192); Max value from RGB is 126 - color contains mainly: red. Hex color #7E142E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E142E is #81EBD1. Grayscale: #363636. Windows color (decimal): -8514514 or 3019902. OLE color: 3019902.

HSL color Cylindrical-coordinate representation of color #7E142E: hue angle of 345.28º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7E142E is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.51.

Color convert

RGB1262046-
CMYK00.840.630.51
HSL345.28º72.6%28.63%-
HSV(B)345.28º84.13%49.41%-
XYZ9.355.133.08-
YUV54.66123.12178.89-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 65.62%
GREEN value IS 20 (8.20% from 255) = 10.42%
BLUE value IS 46 (18.36% from 255) = 23.96%
R=65.62%
G=10.42%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.63
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126204600.840.630.51345.2872.628.63
Hex7E142E0543F33159491d
Octal17624560124776353111135
Binary11111101010010111001010100111111110011101011001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E142E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,20,46); }

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

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

 a { background-color: rgb(126,20,46); }

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

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

 span { border-color: rgb(126,20,46); }

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