#80323C

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

Shades of Paprika #80323C

Tints of Paprika #80323C

Color information

#80323C (or 0x80323C) is unknown color: approx Paprika. HEX triplet: 80, 32 and 3C. RGB value is (128,50,60). Sum of RGB (Red+Green+Blue) = 128+50+60=238 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.78% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 128 - color contains mainly: red. Hex color #80323C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80323C is #7FCDC3. Grayscale: #4A4A4A. Windows color (decimal): -8375748 or 3945088. OLE color: 3945088.

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

Color convert

RGB1285060-
CMYK00.610.530.50
HSL352.31º43.82%34.9%-
HSV(B)352.31º60.94%50.2%-
XYZ10.867.25.09-
YUV74.46119.84166.19-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 53.78%
GREEN value IS 50 (19.92% from 255) = 21.01%
BLUE value IS 60 (23.83% from 255) = 25.21%
R=53.78%
G=21.01%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.53
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128506000.610.530.50352.3143.8234.9
Hex80323C03D35321602c23
Octal200627407565625405443
Binary100000001100101111000111101110101110010101100000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80323C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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