#7F2C36

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

Shades of Paprika #7F2C36

Tints of Paprika #7F2C36

Color information

#7F2C36 (or 0x7F2C36) is unknown color: approx Paprika. HEX triplet: 7F, 2C and 36. RGB value is (127,44,54). Sum of RGB (Red+Green+Blue) = 127+44+54=225 (29% of max value = 765). Red value is 127 (50% from 255 or 56.44% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 54 (21.48% from 255 or 24% from 225); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2C36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2C36 is #80D3C9. Grayscale: #464646. Windows color (decimal): -8442826 or 3550335. OLE color: 3550335.

HSL color Cylindrical-coordinate representation of color #7F2C36: hue angle of 352.77º 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 #7F2C36 is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.50.

Color convert

RGB1274454-
CMYK00.650.570.50
HSL352.77º48.54%33.53%-
HSV(B)352.77º65.35%49.8%-
XYZ10.326.584.22-
YUV69.96119168.69-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 56.44%
GREEN value IS 44 (17.58% from 255) = 19.56%
BLUE value IS 54 (21.48% from 255) = 24%
R=56.44%
G=19.56%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.57
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127445400.650.570.50352.7748.5433.53
Hex7F2C3604139321613122
Octal1775466010171625416142
Binary111111110110011011001000001111001110010101100001110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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