#80323D

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

Shades of Paprika #80323D

Tints of Paprika #80323D

Color information

#80323D (or 0x80323D) is unknown color: approx Paprika. HEX triplet: 80, 32 and 3D. RGB value is (128,50,61). Sum of RGB (Red+Green+Blue) = 128+50+61=239 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.56% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 61 (24.22% from 255 or 25.52% from 239); Max value from RGB is 128 - color contains mainly: red. Hex color #80323D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80323D is #7FCDC2. Grayscale: #4A4A4A. Windows color (decimal): -8375747 or 4010624. OLE color: 4010624.

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

Color convert

RGB1285061-
CMYK00.610.520.50
HSL351.54º43.82%34.9%-
HSV(B)351.54º60.94%50.2%-
XYZ10.887.215.23-
YUV74.58120.34166.11-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 53.56%
GREEN value IS 50 (19.92% from 255) = 20.92%
BLUE value IS 61 (24.22% from 255) = 25.52%
R=53.56%
G=20.92%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.52
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128506100.610.520.50351.5443.8234.9
Hex80323D03D34321602c23
Octal200627507564625405443
Binary100000001100101111010111101110100110010101100000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80323D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80323D; }

 p { color: rgb(128,50,61); }

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

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

 a { background-color: rgb(128,50,61); }

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

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

 span { border-color: rgb(128,50,61); }

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