#83323E

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

Shades of Paprika #83323E

Tints of Paprika #83323E

Color information

#83323E (or 0x83323E) is unknown color: approx Paprika. HEX triplet: 83, 32 and 3E. RGB value is (131,50,62). Sum of RGB (Red+Green+Blue) = 131+50+62=243 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.91% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 62 (24.61% from 255 or 25.51% from 243); Max value from RGB is 131 - color contains mainly: red. Hex color #83323E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83323E is #7CCDC1. Grayscale: #4B4B4B. Windows color (decimal): -8179138 or 4076163. OLE color: 4076163.

HSL color Cylindrical-coordinate representation of color #83323E: hue angle of 351.11º 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 #83323E is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB1315062-
CMYK00.620.530.49
HSL351.11º44.75%35.49%-
HSV(B)351.11º61.83%51.37%-
XYZ11.377.455.4-
YUV75.59120.34167.52-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 53.91%
GREEN value IS 50 (19.92% from 255) = 20.58%
BLUE value IS 62 (24.61% from 255) = 25.51%
R=53.91%
G=20.58%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131506200.620.530.49351.1144.7535.49
Hex83323E03E353115f2d23
Octal203627607665615375543
Binary100000111100101111100111110110101110001101011111101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83323E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83323E; }

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

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

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

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

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

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

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

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