#80353B

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

Shades of Paprika #80353B

Tints of Paprika #80353B

Color information

#80353B (or 0x80353B) is unknown color: approx Paprika. HEX triplet: 80, 35 and 3B. RGB value is (128,53,59). Sum of RGB (Red+Green+Blue) = 128+53+59=240 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.33% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 59 (23.44% from 255 or 24.58% from 240); Max value from RGB is 128 - color contains mainly: red. Hex color #80353B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80353B is #7FCAC4. Grayscale: #4C4C4C. Windows color (decimal): -8374981 or 3880320. OLE color: 3880320.

HSL color Cylindrical-coordinate representation of color #80353B: hue angle of 355.2º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80353B is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.50.

Color convert

RGB1285359-
CMYK00.590.540.50
HSL355.2º41.44%35.49%-
HSV(B)355.2º58.59%50.2%-
XYZ10.967.455-
YUV76.11118.35165.01-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 53.33%
GREEN value IS 53 (21.09% from 255) = 22.08%
BLUE value IS 59 (23.44% from 255) = 24.58%
R=53.33%
G=22.08%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.54
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128535900.590.540.50355.241.4435.49
Hex80353B03B36321632923
Octal200657307366625435143
Binary100000001101011110110111011110110110010101100011101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80353B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80353B; }

 p { color: rgb(128,53,59); }

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

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

 a { background-color: rgb(128,53,59); }

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

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

 span { border-color: rgb(128,53,59); }

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