#7F3037

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

Shades of Paprika #7F3037

Tints of Paprika #7F3037

Color information

#7F3037 (or 0x7F3037) is unknown color: approx Paprika. HEX triplet: 7F, 30 and 37. RGB value is (127,48,55). Sum of RGB (Red+Green+Blue) = 127+48+55=230 (30% of max value = 765). Red value is 127 (50% from 255 or 55.22% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 55 (21.88% from 255 or 23.91% from 230); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3037 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3037 is #80CFC8. Grayscale: #484848. Windows color (decimal): -8441801 or 3616895. OLE color: 3616895.

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

Color convert

RGB1274855-
CMYK00.620.570.50
HSL354.68º45.14%34.31%-
HSV(B)354.68º62.2%49.8%-
XYZ10.56.94.39-
YUV72.42118.17166.93-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 55.22%
GREEN value IS 48 (19.14% from 255) = 20.87%
BLUE value IS 55 (21.88% from 255) = 23.91%
R=55.22%
G=20.87%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.57
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127485500.620.570.50354.6845.1434.31
Hex7F303703E39321632d22
Octal177606707671625435542
Binary11111111100001101110111110111001110010101100011101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,48,55); }

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

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

 a { background-color: rgb(127,48,55); }

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

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

 span { border-color: rgb(127,48,55); }

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