#7E2A3C

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

Shades of Paprika #7E2A3C

Tints of Paprika #7E2A3C

Color information

#7E2A3C (or 0x7E2A3C) is unknown color: approx Paprika. HEX triplet: 7E, 2A and 3C. RGB value is (126,42,60). Sum of RGB (Red+Green+Blue) = 126+42+60=228 (30% of max value = 765). Red value is 126 (49.61% from 255 or 55.26% from 228); Green value is 42 (16.80% from 255 or 18.42% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E2A3C is #81D5C3. Grayscale: #454545. Windows color (decimal): -8508868 or 3943038. OLE color: 3943038.

HSL color Cylindrical-coordinate representation of color #7E2A3C: hue angle of 347.14º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7E2A3C is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.51.

Color convert

RGB1264260-
CMYK00.670.520.51
HSL347.14º50%32.94%-
HSV(B)347.14º66.67%49.41%-
XYZ10.256.424.97-
YUV69.17122.83168.54-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 55.26%
GREEN value IS 42 (16.80% from 255) = 18.42%
BLUE value IS 60 (23.83% from 255) = 26.32%
R=55.26%
G=18.42%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.52
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126426000.670.520.51347.145032.94
Hex7E2A3C043343315b3221
Octal1765274010364635336241
Binary111111010101011110001000011110100110011101011011110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E2A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,42,60); }

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

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

 a { background-color: rgb(126,42,60); }

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

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

 span { border-color: rgb(126,42,60); }

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