#802f3e

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

Shades of Paprika #802F3E

Tints of Paprika #802F3E

Color information

#802F3E (or 0x802F3E) is unknown color: approx Paprika. HEX triplet: 80, 2F and 3E. RGB value is (128,47,62). Sum of RGB (Red+Green+Blue) = 128+47+62=237 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.01% from 237); Green value is 47 (18.75% from 255 or 19.83% from 237); Blue value is 62 (24.61% from 255 or 26.16% from 237); Max value from RGB is 128 - color contains mainly: red. Hex color #802F3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802F3E is #7FD0C1. Grayscale: #484848. Windows color (decimal): -8376514 or 4075392. OLE color: 4075392.

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

Color convert

RGB1284762-
CMYK00.630.520.50
HSL348.89º46.29%34.31%-
HSV(B)348.89º63.28%50.2%-
XYZ10.796.975.33-
YUV72.93121.84167.28-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 54.01%
GREEN value IS 47 (18.75% from 255) = 19.83%
BLUE value IS 62 (24.61% from 255) = 26.16%
R=54.01%
G=19.83%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.52
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128476200.630.520.50348.8946.2934.31
Hex802F3E03F343215d2e22
Octal200577607764625355642
Binary100000001011111111100111111110100110010101011101101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802f3e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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