#802E3B

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

Shades of Paprika #802E3B

Tints of Paprika #802E3B

Color information

#802E3B (or 0x802E3B) is unknown color: approx Paprika. HEX triplet: 80, 2E and 3B. RGB value is (128,46,59). Sum of RGB (Red+Green+Blue) = 128+46+59=233 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.94% from 233); Green value is 46 (18.36% from 255 or 19.74% from 233); Blue value is 59 (23.44% from 255 or 25.32% from 233); Max value from RGB is 128 - color contains mainly: red. Hex color #802E3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802E3B is #7FD1C4. Grayscale: #484848. Windows color (decimal): -8376773 or 3878528. OLE color: 3878528.

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

Color convert

RGB1284659-
CMYK00.640.540.50
HSL350.49º47.13%34.12%-
HSV(B)350.49º64.06%50.2%-
XYZ10.676.864.9-
YUV72120.67167.94-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 54.94%
GREEN value IS 46 (18.36% from 255) = 19.74%
BLUE value IS 59 (23.44% from 255) = 25.32%
R=54.94%
G=19.74%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.54
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128465900.640.540.50350.4947.1334.12
Hex802E3B040363215e2f22
Octal2005673010066625365742
Binary1000000010111011101101000000110110110010101011110101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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