#7F2B36

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

Shades of Paprika #7F2B36

Tints of Paprika #7F2B36

Color information

#7F2B36 (or 0x7F2B36) is unknown color: approx Paprika. HEX triplet: 7F, 2B and 36. RGB value is (127,43,54). Sum of RGB (Red+Green+Blue) = 127+43+54=224 (29% of max value = 765). Red value is 127 (50% from 255 or 56.70% from 224); Green value is 43 (17.19% from 255 or 19.20% from 224); Blue value is 54 (21.48% from 255 or 24.11% from 224); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2B36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2B36 is #80D4C9. Grayscale: #454545. Windows color (decimal): -8443082 or 3550079. OLE color: 3550079.

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

Color convert

RGB1274354-
CMYK00.660.570.50
HSL352.14º49.41%33.33%-
HSV(B)352.14º66.14%49.8%-
XYZ10.286.514.2-
YUV69.37119.33169.11-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 56.70%
GREEN value IS 43 (17.19% from 255) = 19.20%
BLUE value IS 54 (21.48% from 255) = 24.11%
R=56.70%
G=19.20%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.57
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127435400.660.570.50352.1449.4133.33
Hex7F2B3604239321603121
Octal1775366010271625406141
Binary111111110101111011001000010111001110010101100000110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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