#802E3E

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

Shades of Paprika #802E3E

Tints of Paprika #802E3E

Color information

#802E3E (or 0x802E3E) is unknown color: approx Paprika. HEX triplet: 80, 2E and 3E. RGB value is (128,46,62). Sum of RGB (Red+Green+Blue) = 128+46+62=236 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.24% from 236); Green value is 46 (18.36% from 255 or 19.49% from 236); Blue value is 62 (24.61% from 255 or 26.27% from 236); Max value from RGB is 128 - color contains mainly: red. Hex color #802E3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802E3E is #7FD1C1. Grayscale: #484848. Windows color (decimal): -8376770 or 4075136. OLE color: 4075136.

HSL color Cylindrical-coordinate representation of color #802E3E: hue angle of 348.29º 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 #802E3E is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB1284662-
CMYK00.640.520.50
HSL348.29º47.13%34.12%-
HSV(B)348.29º64.06%50.2%-
XYZ10.756.895.32-
YUV72.34122.17167.7-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 54.24%
GREEN value IS 46 (18.36% from 255) = 19.49%
BLUE value IS 62 (24.61% from 255) = 26.27%
R=54.24%
G=19.49%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.52
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128466200.640.520.50348.2947.1334.12
Hex802E3E040343215c2f22
Octal2005676010064625345742
Binary1000000010111011111001000000110100110010101011100101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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