#7E3234

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

Shades of Paprika #7E3234

Tints of Paprika #7E3234

Color information

#7E3234 (or 0x7E3234) is unknown color: approx Paprika. HEX triplet: 7E, 32 and 34. RGB value is (126,50,52). Sum of RGB (Red+Green+Blue) = 126+50+52=228 (30% of max value = 765). Red value is 126 (49.61% from 255 or 55.26% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 52 (20.70% from 255 or 22.81% from 228); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3234 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3234 is #81CDCB. Grayscale: #494949. Windows color (decimal): -8506828 or 3420798. OLE color: 3420798.

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

Color convert

RGB1265052-
CMYK00.600.590.51
HSL358.42º43.18%34.51%-
HSV(B)358.42º60.32%49.41%-
XYZ10.366.964.05-
YUV72.95116.18165.84-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 55.26%
GREEN value IS 50 (19.92% from 255) = 21.93%
BLUE value IS 52 (20.70% from 255) = 22.81%
R=55.26%
G=21.93%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.59
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126505200.600.590.51358.4243.1834.51
Hex7E323403C3B331662b23
Octal176626407473635465343
Binary11111101100101101000111100111011110011101100110101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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