#80273F

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

Shades of Paprika #80273F

Tints of Paprika #80273F

Color information

#80273F (or 0x80273F) is unknown color: approx Paprika. HEX triplet: 80, 27 and 3F. RGB value is (128,39,63). Sum of RGB (Red+Green+Blue) = 128+39+63=230 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.65% from 230); Green value is 39 (15.62% from 255 or 16.96% from 230); Blue value is 63 (25% from 255 or 27.39% from 230); Max value from RGB is 128 - color contains mainly: red. Hex color #80273F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80273F is #7FD8C0. Grayscale: #444444. Windows color (decimal): -8378561 or 4138880. OLE color: 4138880.

HSL color Cylindrical-coordinate representation of color #80273F: hue angle of 343.82º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #80273F is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.50.

Color convert

RGB1283963-
CMYK00.700.510.50
HSL343.82º53.29%32.75%-
HSV(B)343.82º69.53%50.2%-
XYZ10.526.45.38-
YUV68.35124.99170.55-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 55.65%
GREEN value IS 39 (15.62% from 255) = 16.96%
BLUE value IS 63 (25% from 255) = 27.39%
R=55.65%
G=16.96%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.51
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128396300.700.510.50343.8253.2932.75
Hex80273F04633321583521
Octal2004777010663625306541
Binary1000000010011111111101000110110011110010101011000110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80273F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80273F; }

 p { color: rgb(128,39,63); }

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

<style>
 a { background-color: #80273F; }

 a { background-color: rgb(128,39,63); }

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

<style>
 span { border-color: #80273F; }

 span { border-color: rgb(128,39,63); }

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