#80303E

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

Shades of Paprika #80303E

Tints of Paprika #80303E

Color information

#80303E (or 0x80303E) is unknown color: approx Paprika. HEX triplet: 80, 30 and 3E. RGB value is (128,48,62). Sum of RGB (Red+Green+Blue) = 128+48+62=238 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.78% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 62 (24.61% from 255 or 26.05% from 238); Max value from RGB is 128 - color contains mainly: red. Hex color #80303E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80303E is #7FCFC1. Grayscale: #494949. Windows color (decimal): -8376258 or 4075648. OLE color: 4075648.

HSL color Cylindrical-coordinate representation of color #80303E: hue angle of 349.5º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #80303E is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB1284862-
CMYK00.620.520.50
HSL349.5º45.45%34.51%-
HSV(B)349.5º62.5%50.2%-
XYZ10.837.055.35-
YUV73.52121.5166.86-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 53.78%
GREEN value IS 48 (19.14% from 255) = 20.17%
BLUE value IS 62 (24.61% from 255) = 26.05%
R=53.78%
G=20.17%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.52
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128486200.620.520.50349.545.4534.51
Hex80303E03E343215e2d23
Octal200607607664625365543
Binary100000001100001111100111110110100110010101011110101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80303E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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