#7E333B

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

Shades of Paprika #7E333B

Tints of Paprika #7E333B

Color information

#7E333B (or 0x7E333B) is unknown color: approx Paprika. HEX triplet: 7E, 33 and 3B. RGB value is (126,51,59). Sum of RGB (Red+Green+Blue) = 126+51+59=236 (31% of max value = 765). Red value is 126 (49.61% from 255 or 53.39% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 59 (23.44% from 255 or 25% from 236); Max value from RGB is 126 - color contains mainly: red. Hex color #7E333B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E333B is #81CCC4. Grayscale: #4A4A4A. Windows color (decimal): -8506565 or 3879806. OLE color: 3879806.

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

Color convert

RGB1265159-
CMYK00.600.530.51
HSL353.6º42.37%34.71%-
HSV(B)353.6º59.52%49.41%-
XYZ10.587.124.95-
YUV74.34119.35164.85-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 53.39%
GREEN value IS 51 (20.31% from 255) = 21.61%
BLUE value IS 59 (23.44% from 255) = 25%
R=53.39%
G=21.61%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.53
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126515900.600.530.51353.642.3734.71
Hex7E333B03C35331622a23
Octal176637307465635425243
Binary11111101100111110110111100110101110011101100010101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E333B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,51,59); }

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

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

 a { background-color: rgb(126,51,59); }

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

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

 span { border-color: rgb(126,51,59); }

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