#803331

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

Shades of Tall Poppy #803331

Tints of Tall Poppy #803331

Color information

#803331 (or 0x803331) is unknown color: approx Tall Poppy. HEX triplet: 80, 33 and 31. RGB value is (128,51,49). Sum of RGB (Red+Green+Blue) = 128+51+49=228 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.14% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 49 (19.53% from 255 or 21.49% from 228); Max value from RGB is 128 - color contains mainly: red. Hex color #803331 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803331 is #7FCCCE. Grayscale: #494949. Windows color (decimal): -8375503 or 3224448. OLE color: 3224448.

HSL color Cylindrical-coordinate representation of color #803331: hue angle of 1.52º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #803331 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB1285149-
CMYK00.600.620.50
HSL1.52º44.63%34.71%-
HSV(B)1.52º61.72%50.2%-
XYZ10.647.183.73-
YUV73.8114.01166.66-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 56.14%
GREEN value IS 51 (20.31% from 255) = 22.37%
BLUE value IS 49 (19.53% from 255) = 21.49%
R=56.14%
G=22.37%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.62
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128514900.600.620.501.5244.6334.71
Hex80333103C3E3222d23
Octal2006361074766225543
Binary10000000110011110001011110011111011001010101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803331; }

 p { color: rgb(128,51,49); }

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

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

 a { background-color: rgb(128,51,49); }

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

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

 span { border-color: rgb(128,51,49); }

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