#802939

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

Shades of Paprika #802939

Tints of Paprika #802939

Color information

#802939 (or 0x802939) is unknown color: approx Paprika. HEX triplet: 80, 29 and 39. RGB value is (128,41,57). Sum of RGB (Red+Green+Blue) = 128+41+57=226 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.64% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 57 (22.66% from 255 or 25.22% from 226); Max value from RGB is 128 - color contains mainly: red. Hex color #802939 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802939 is #7FD6C6. Grayscale: #444444. Windows color (decimal): -8378055 or 3746176. OLE color: 3746176.

HSL color Cylindrical-coordinate representation of color #802939: hue angle of 348.97º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #802939 is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB1284157-
CMYK00.680.550.50
HSL348.97º51.48%33.14%-
HSV(B)348.97º67.97%50.2%-
XYZ10.436.474.57-
YUV68.84121.32170.2-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 56.64%
GREEN value IS 41 (16.41% from 255) = 18.14%
BLUE value IS 57 (22.66% from 255) = 25.22%
R=56.64%
G=18.14%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128415700.680.550.50348.9751.4833.14
Hex802939044373215d3321
Octal2005171010467625356341
Binary1000000010100111100101000100110111110010101011101110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802939; }

 p { color: rgb(128,41,57); }

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

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

 a { background-color: rgb(128,41,57); }

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

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

 span { border-color: rgb(128,41,57); }

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