#7F2C3E

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

Shades of Paprika #7F2C3E

Tints of Paprika #7F2C3E

Color information

#7F2C3E (or 0x7F2C3E) is unknown color: approx Paprika. HEX triplet: 7F, 2C and 3E. RGB value is (127,44,62). Sum of RGB (Red+Green+Blue) = 127+44+62=233 (30% of max value = 765). Red value is 127 (50% from 255 or 54.51% from 233); Green value is 44 (17.58% from 255 or 18.88% from 233); Blue value is 62 (24.61% from 255 or 26.61% from 233); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2C3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2C3E is #80D3C1. Grayscale: #464646. Windows color (decimal): -8442818 or 4074623. OLE color: 4074623.

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

Color convert

RGB1274462-
CMYK00.650.510.50
HSL346.99º48.54%33.53%-
HSV(B)346.99º65.35%49.8%-
XYZ10.526.665.29-
YUV70.87123168.04-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 54.51%
GREEN value IS 44 (17.58% from 255) = 18.88%
BLUE value IS 62 (24.61% from 255) = 26.61%
R=54.51%
G=18.88%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.51
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127446200.650.510.50346.9948.5433.53
Hex7F2C3E041333215b3122
Octal1775476010163625336142
Binary111111110110011111001000001110011110010101011011110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,44,62); }

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

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

 a { background-color: rgb(127,44,62); }

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

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

 span { border-color: rgb(127,44,62); }

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