#80353E

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

Shades of Paprika #80353E

Tints of Paprika #80353E

Color information

#80353E (or 0x80353E) is unknown color: approx Paprika. HEX triplet: 80, 35 and 3E. RGB value is (128,53,62). Sum of RGB (Red+Green+Blue) = 128+53+62=243 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.67% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 62 (24.61% from 255 or 25.51% from 243); Max value from RGB is 128 - color contains mainly: red. Hex color #80353E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80353E is #7FCAC1. Grayscale: #4C4C4C. Windows color (decimal): -8374978 or 4076928. OLE color: 4076928.

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

Color convert

RGB1285362-
CMYK00.590.520.50
HSL352.8º41.44%35.49%-
HSV(B)352.8º58.59%50.2%-
XYZ11.047.485.42-
YUV76.45119.85164.77-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 52.67%
GREEN value IS 53 (21.09% from 255) = 21.81%
BLUE value IS 62 (24.61% from 255) = 25.51%
R=52.67%
G=21.81%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.52
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128536200.590.520.50352.841.4435.49
Hex80353E03B34321612923
Octal200657607364625415143
Binary100000001101011111100111011110100110010101100001101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80353E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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