#7E3235

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

Shades of Paprika #7E3235

Tints of Paprika #7E3235

Color information

#7E3235 (or 0x7E3235) is unknown color: approx Paprika. HEX triplet: 7E, 32 and 35. RGB value is (126,50,53). Sum of RGB (Red+Green+Blue) = 126+50+53=229 (30% of max value = 765). Red value is 126 (49.61% from 255 or 55.02% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 53 (21.09% from 255 or 23.14% from 229); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3235 is #81CDCA. Grayscale: #494949. Windows color (decimal): -8506827 or 3486334. OLE color: 3486334.

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

Color convert

RGB1265053-
CMYK00.600.580.51
HSL357.63º43.18%34.51%-
HSV(B)357.63º60.32%49.41%-
XYZ10.396.974.17-
YUV73.07116.68165.76-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 55.02%
GREEN value IS 50 (19.92% from 255) = 21.83%
BLUE value IS 53 (21.09% from 255) = 23.14%
R=55.02%
G=21.83%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.58
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126505300.600.580.51357.6343.1834.51
Hex7E323503C3A331662b23
Octal176626507472635465343
Binary11111101100101101010111100111010110011101100110101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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