#7F3340

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

Shades of Paprika #7F3340

Tints of Paprika #7F3340

Color information

#7F3340 (or 0x7F3340) is unknown color: approx Paprika. HEX triplet: 7F, 33 and 40. RGB value is (127,51,64). Sum of RGB (Red+Green+Blue) = 127+51+64=242 (32% of max value = 765). Red value is 127 (50% from 255 or 52.48% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 64 (25.39% from 255 or 26.45% from 242); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3340 is #80CCBF. Grayscale: #4B4B4B. Windows color (decimal): -8441024 or 4207487. OLE color: 4207487.

HSL color Cylindrical-coordinate representation of color #7F3340: hue angle of 349.74º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7F3340 is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.50.

Color convert

RGB1275164-
CMYK00.600.500.50
HSL349.74º42.7%34.9%-
HSV(B)349.74º59.84%49.8%-
XYZ10.867.255.68-
YUV75.21121.68164.94-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 52.48%
GREEN value IS 51 (20.31% from 255) = 21.07%
BLUE value IS 64 (25.39% from 255) = 26.45%
R=52.48%
G=21.07%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.50
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127516400.600.500.50349.7442.734.9
Hex7F334003C323215e2b23
Octal1776310007462625365343
Binary111111111001110000000111100110010110010101011110101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,51,64); }

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

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

 a { background-color: rgb(127,51,64); }

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

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

 span { border-color: rgb(127,51,64); }

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