#7E353E

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

Shades of Paprika #7E353E

Tints of Paprika #7E353E

Color information

#7E353E (or 0x7E353E) is unknown color: approx Paprika. HEX triplet: 7E, 35 and 3E. RGB value is (126,53,62). Sum of RGB (Red+Green+Blue) = 126+53+62=241 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.28% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 62 (24.61% from 255 or 25.73% from 241); Max value from RGB is 126 - color contains mainly: red. Hex color #7E353E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E353E is #81CAC1. Grayscale: #4B4B4B. Windows color (decimal): -8506050 or 4076926. OLE color: 4076926.

HSL color Cylindrical-coordinate representation of color #7E353E: hue angle of 352.6º 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 #7E353E is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.51.

Color convert

RGB1265362-
CMYK00.580.510.51
HSL352.6º40.78%35.1%-
HSV(B)352.6º57.94%49.41%-
XYZ10.757.335.41-
YUV75.85120.18163.77-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 52.28%
GREEN value IS 53 (21.09% from 255) = 21.99%
BLUE value IS 62 (24.61% from 255) = 25.73%
R=52.28%
G=21.99%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.51
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126536200.580.510.51352.640.7835.1
Hex7E353E03A33331612923
Octal176657607263635415143
Binary11111101101011111100111010110011110011101100001101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E353E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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