#833240

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

Shades of Paprika #833240

Tints of Paprika #833240

Color information

#833240 (or 0x833240) is unknown color: approx Paprika. HEX triplet: 83, 32 and 40. RGB value is (131,50,64). Sum of RGB (Red+Green+Blue) = 131+50+64=245 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.47% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 131 - color contains mainly: red. Hex color #833240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833240 is #7CCDBF. Grayscale: #4B4B4B. Windows color (decimal): -8179136 or 4207235. OLE color: 4207235.

HSL color Cylindrical-coordinate representation of color #833240: hue angle of 349.63º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #833240 is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB1315064-
CMYK00.620.510.49
HSL349.63º44.75%35.49%-
HSV(B)349.63º61.83%51.37%-
XYZ11.437.485.69-
YUV75.82121.34167.36-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 53.47%
GREEN value IS 50 (19.92% from 255) = 20.41%
BLUE value IS 64 (25.39% from 255) = 26.12%
R=53.47%
G=20.41%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131506400.620.510.49349.6344.7535.49
Hex83324003E333115e2d23
Octal2036210007663615365543
Binary1000001111001010000000111110110011110001101011110101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #833240; }

 p { color: rgb(131,50,64); }

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

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

 a { background-color: rgb(131,50,64); }

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

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

 span { border-color: rgb(131,50,64); }

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