#7E293F

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

Shades of Paprika #7E293F

Tints of Paprika #7E293F

Color information

#7E293F (or 0x7E293F) is unknown color: approx Paprika. HEX triplet: 7E, 29 and 3F. RGB value is (126,41,63). Sum of RGB (Red+Green+Blue) = 126+41+63=230 (30% of max value = 765). Red value is 126 (49.61% from 255 or 54.78% from 230); Green value is 41 (16.41% from 255 or 17.83% from 230); Blue value is 63 (25% from 255 or 27.39% from 230); Max value from RGB is 126 - color contains mainly: red. Hex color #7E293F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E293F is #81D6C0. Grayscale: #444444. Windows color (decimal): -8509121 or 4139390. OLE color: 4139390.

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

Color convert

RGB1264163-
CMYK00.670.500.51
HSL344.47º50.9%32.75%-
HSV(B)344.47º67.46%49.41%-
XYZ10.296.385.39-
YUV68.92124.66168.71-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 54.78%
GREEN value IS 41 (16.41% from 255) = 17.83%
BLUE value IS 63 (25% from 255) = 27.39%
R=54.78%
G=17.83%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.50
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126416300.670.500.51344.4750.932.75
Hex7E293F04332331583321
Octal1765177010362635306341
Binary111111010100111111101000011110010110011101011000110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E293F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,41,63); }

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

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

 a { background-color: rgb(126,41,63); }

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

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

 span { border-color: rgb(126,41,63); }

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