#80293B

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

Shades of Paprika #80293B

Tints of Paprika #80293B

Color information

#80293B (or 0x80293B) is unknown color: approx Paprika. HEX triplet: 80, 29 and 3B. RGB value is (128,41,59). Sum of RGB (Red+Green+Blue) = 128+41+59=228 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.14% from 228); Green value is 41 (16.41% from 255 or 17.98% from 228); Blue value is 59 (23.44% from 255 or 25.88% from 228); Max value from RGB is 128 - color contains mainly: red. Hex color #80293B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80293B is #7FD6C4. Grayscale: #454545. Windows color (decimal): -8378053 or 3877248. OLE color: 3877248.

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

Color convert

RGB1284159-
CMYK00.680.540.50
HSL347.59º51.48%33.14%-
HSV(B)347.59º67.97%50.2%-
XYZ10.486.494.84-
YUV69.06122.32170.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 56.14%
GREEN value IS 41 (16.41% from 255) = 17.98%
BLUE value IS 59 (23.44% from 255) = 25.88%
R=56.14%
G=17.98%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.54
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128415900.680.540.50347.5951.4833.14
Hex80293B044363215c3321
Octal2005173010466625346341
Binary1000000010100111101101000100110110110010101011100110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80293B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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