#7f3539

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

Shades of Paprika #7F3539

Tints of Paprika #7F3539

Color information

#7F3539 (or 0x7F3539) is unknown color: approx Paprika. HEX triplet: 7F, 35 and 39. RGB value is (127,53,57). Sum of RGB (Red+Green+Blue) = 127+53+57=237 (31% of max value = 765). Red value is 127 (50% from 255 or 53.59% from 237); Green value is 53 (21.09% from 255 or 22.36% from 237); Blue value is 57 (22.66% from 255 or 24.05% from 237); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3539 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3539 is #80CAC6. Grayscale: #4B4B4B. Windows color (decimal): -8440519 or 3749247. OLE color: 3749247.

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

Color convert

RGB1275357-
CMYK00.580.550.50
HSL356.76º41.11%35.29%-
HSV(B)356.76º58.27%49.8%-
XYZ10.767.354.72-
YUV75.58117.52164.67-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 53.59%
GREEN value IS 53 (21.09% from 255) = 22.36%
BLUE value IS 57 (22.66% from 255) = 24.05%
R=53.59%
G=22.36%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127535700.580.550.50356.7641.1135.29
Hex7F353903A37321652923
Octal177657107267625455143
Binary11111111101011110010111010110111110010101100101101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f3539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,53,57); }

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

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

 a { background-color: rgb(127,53,57); }

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

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

 span { border-color: rgb(127,53,57); }

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