#7E2F3D

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

Shades of Paprika #7E2F3D

Tints of Paprika #7E2F3D

Color information

#7E2F3D (or 0x7E2F3D) is unknown color: approx Paprika. HEX triplet: 7E, 2F and 3D. RGB value is (126,47,61). Sum of RGB (Red+Green+Blue) = 126+47+61=234 (30% of max value = 765). Red value is 126 (49.61% from 255 or 53.85% from 234); Green value is 47 (18.75% from 255 or 20.09% from 234); Blue value is 61 (24.22% from 255 or 26.07% from 234); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2F3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E2F3D is #81D0C2. Grayscale: #484848. Windows color (decimal): -8507587 or 4009854. OLE color: 4009854.

HSL color Cylindrical-coordinate representation of color #7E2F3D: hue angle of 349.37º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7E2F3D is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.51.

Color convert

RGB1264761-
CMYK00.630.520.51
HSL349.37º45.66%33.92%-
HSV(B)349.37º62.7%49.41%-
XYZ10.466.815.18-
YUV72.22121.67166.36-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 53.85%
GREEN value IS 47 (18.75% from 255) = 20.09%
BLUE value IS 61 (24.22% from 255) = 26.07%
R=53.85%
G=20.09%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.52
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126476100.630.520.51349.3745.6633.92
Hex7E2F3D03F343315d2e22
Octal176577507764635355642
Binary11111101011111111010111111110100110011101011101101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E2F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,47,61); }

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

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

 a { background-color: rgb(126,47,61); }

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

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

 span { border-color: rgb(126,47,61); }

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