#7E243E

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

Shades of Paprika #7E243E

Tints of Paprika #7E243E

Color information

#7E243E (or 0x7E243E) is unknown color: approx Paprika. HEX triplet: 7E, 24 and 3E. RGB value is (126,36,62). Sum of RGB (Red+Green+Blue) = 126+36+62=224 (29% of max value = 765). Red value is 126 (49.61% from 255 or 56.25% from 224); Green value is 36 (14.45% from 255 or 16.07% from 224); Blue value is 62 (24.61% from 255 or 27.68% from 224); Max value from RGB is 126 - color contains mainly: red. Hex color #7E243E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E243E is #81DBC1. Grayscale: #414141. Windows color (decimal): -8510402 or 4072574. OLE color: 4072574.

HSL color Cylindrical-coordinate representation of color #7E243E: hue angle of 342.67º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7E243E is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.51.

Color convert

RGB1263662-
CMYK00.710.510.51
HSL342.67º55.56%31.76%-
HSV(B)342.67º71.43%49.41%-
XYZ10.16.055.19-
YUV65.87125.82170.89-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 56.25%
GREEN value IS 36 (14.45% from 255) = 16.07%
BLUE value IS 62 (24.61% from 255) = 27.68%
R=56.25%
G=16.07%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.51
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126366200.710.510.51342.6755.5631.76
Hex7E243E04733331573820
Octal1764476010763635277040
Binary111111010010011111001000111110011110011101010111111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E243E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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