#7F323A

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

Shades of Paprika #7F323A

Tints of Paprika #7F323A

Color information

#7F323A (or 0x7F323A) is unknown color: approx Paprika. HEX triplet: 7F, 32 and 3A. RGB value is (127,50,58). Sum of RGB (Red+Green+Blue) = 127+50+58=235 (31% of max value = 765). Red value is 127 (50% from 255 or 54.04% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 127 - color contains mainly: red. Hex color #7F323A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F323A is #80CDC5. Grayscale: #494949. Windows color (decimal): -8441286 or 3814015. OLE color: 3814015.

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

Color convert

RGB1275058-
CMYK00.610.540.50
HSL353.77º43.5%34.71%-
HSV(B)353.77º60.63%49.8%-
XYZ10.667.14.81-
YUV73.93119.01165.85-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 54.04%
GREEN value IS 50 (19.92% from 255) = 21.28%
BLUE value IS 58 (23.05% from 255) = 24.68%
R=54.04%
G=21.28%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.54
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127505800.610.540.50353.7743.534.71
Hex7F323A03D36321622c23
Octal177627207566625425443
Binary11111111100101110100111101110110110010101100010101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F323A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,50,58); }

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

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

 a { background-color: rgb(127,50,58); }

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

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

 span { border-color: rgb(127,50,58); }

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