#802D3E

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

Shades of Paprika #802D3E

Tints of Paprika #802D3E

Color information

#802D3E (or 0x802D3E) is unknown color: approx Paprika. HEX triplet: 80, 2D and 3E. RGB value is (128,45,62). Sum of RGB (Red+Green+Blue) = 128+45+62=235 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.47% from 235); Green value is 45 (17.97% from 255 or 19.15% from 235); Blue value is 62 (24.61% from 255 or 26.38% from 235); Max value from RGB is 128 - color contains mainly: red. Hex color #802D3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802D3E is #7FD2C1. Grayscale: #474747. Windows color (decimal): -8377026 or 4074880. OLE color: 4074880.

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

Color convert

RGB1284562-
CMYK00.650.520.50
HSL347.71º47.98%33.92%-
HSV(B)347.71º64.84%50.2%-
XYZ10.716.815.31-
YUV71.76122.5168.12-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 54.47%
GREEN value IS 45 (17.97% from 255) = 19.15%
BLUE value IS 62 (24.61% from 255) = 26.38%
R=54.47%
G=19.15%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.52
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128456200.650.520.50347.7147.9833.92
Hex802D3E041343215c3022
Octal2005576010164625346042
Binary1000000010110111111001000001110100110010101011100110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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