#7F3235

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

Shades of Paprika #7F3235

Tints of Paprika #7F3235

Color information

#7F3235 (or 0x7F3235) is unknown color: approx Paprika. HEX triplet: 7F, 32 and 35. RGB value is (127,50,53). Sum of RGB (Red+Green+Blue) = 127+50+53=230 (30% of max value = 765). Red value is 127 (50% from 255 or 55.22% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 53 (21.09% from 255 or 23.04% from 230); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3235 is #80CDCA. Grayscale: #494949. Windows color (decimal): -8441291 or 3486335. OLE color: 3486335.

HSL color Cylindrical-coordinate representation of color #7F3235: hue angle of 357.66º 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 #7F3235 is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.50.

Color convert

RGB1275053-
CMYK00.610.580.50
HSL357.66º43.5%34.71%-
HSV(B)357.66º60.63%49.8%-
XYZ10.547.054.17-
YUV73.36116.51166.26-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 55.22%
GREEN value IS 50 (19.92% from 255) = 21.74%
BLUE value IS 53 (21.09% from 255) = 23.04%
R=55.22%
G=21.74%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.58
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127505300.610.580.50357.6643.534.71
Hex7F323503D3A321662c23
Octal177626507572625465443
Binary11111111100101101010111101111010110010101100110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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