#7E353F

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

Shades of Paprika #7E353F

Tints of Paprika #7E353F

Color information

#7E353F (or 0x7E353F) is unknown color: approx Paprika. HEX triplet: 7E, 35 and 3F. RGB value is (126,53,63). Sum of RGB (Red+Green+Blue) = 126+53+63=242 (32% of max value = 765). Red value is 126 (49.61% from 255 or 52.07% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 63 (25% from 255 or 26.03% from 242); Max value from RGB is 126 - color contains mainly: red. Hex color #7E353F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E353F is #81CAC0. Grayscale: #4C4C4C. Windows color (decimal): -8506049 or 4142462. OLE color: 4142462.

HSL color Cylindrical-coordinate representation of color #7E353F: hue angle of 351.78º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7E353F is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.51.

Color convert

RGB1265363-
CMYK00.580.500.51
HSL351.78º40.78%35.1%-
HSV(B)351.78º57.94%49.41%-
XYZ10.777.345.55-
YUV75.97120.68163.69-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 52.07%
GREEN value IS 53 (21.09% from 255) = 21.90%
BLUE value IS 63 (25% from 255) = 26.03%
R=52.07%
G=21.90%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.50
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126536300.580.500.51351.7840.7835.1
Hex7E353F03A32331602923
Octal176657707262635405143
Binary11111101101011111110111010110010110011101100000101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E353F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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