#80273C

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

Shades of Paprika #80273C

Tints of Paprika #80273C

Color information

#80273C (or 0x80273C) is unknown color: approx Paprika. HEX triplet: 80, 27 and 3C. RGB value is (128,39,60). Sum of RGB (Red+Green+Blue) = 128+39+60=227 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.39% from 227); Green value is 39 (15.62% from 255 or 17.18% from 227); Blue value is 60 (23.83% from 255 or 26.43% from 227); Max value from RGB is 128 - color contains mainly: red. Hex color #80273C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80273C is #7FD8C3. Grayscale: #444444. Windows color (decimal): -8378564 or 3942272. OLE color: 3942272.

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

Color convert

RGB1283960-
CMYK00.700.530.50
HSL345.84º53.29%32.75%-
HSV(B)345.84º69.53%50.2%-
XYZ10.446.374.95-
YUV68123.49170.79-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 56.39%
GREEN value IS 39 (15.62% from 255) = 17.18%
BLUE value IS 60 (23.83% from 255) = 26.43%
R=56.39%
G=17.18%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.53
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128396000.700.530.50345.8453.2932.75
Hex80273C046353215a3521
Octal2004774010665625326541
Binary1000000010011111110001000110110101110010101011010110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80273C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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