#802c3e

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

Shades of Paprika #802C3E

Tints of Paprika #802C3E

Color information

#802C3E (or 0x802C3E) is unknown color: approx Paprika. HEX triplet: 80, 2C and 3E. RGB value is (128,44,62). Sum of RGB (Red+Green+Blue) = 128+44+62=234 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.70% from 234); Green value is 44 (17.58% from 255 or 18.80% from 234); Blue value is 62 (24.61% from 255 or 26.50% from 234); Max value from RGB is 128 - color contains mainly: red. Hex color #802C3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802C3E is #7FD3C1. Grayscale: #474747. Windows color (decimal): -8377282 or 4074624. OLE color: 4074624.

HSL color Cylindrical-coordinate representation of color #802C3E: hue angle of 347.14º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #802C3E is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB1284462-
CMYK00.660.520.50
HSL347.14º48.84%33.73%-
HSV(B)347.14º65.62%50.2%-
XYZ10.676.745.3-
YUV71.17122.83168.54-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 54.70%
GREEN value IS 44 (17.58% from 255) = 18.80%
BLUE value IS 62 (24.61% from 255) = 26.50%
R=54.70%
G=18.80%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.52
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128446200.660.520.50347.1448.8433.73
Hex802C3E042343215b3122
Octal2005476010264625336142
Binary1000000010110011111001000010110100110010101011011110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802c3e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802c3e; }

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

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

<style>
 a { background-color: #802c3e; }

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

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

<style>
 span { border-color: #802c3e; }

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

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