#803130

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

Shades of Tall Poppy #803130

Tints of Tall Poppy #803130

Color information

#803130 (or 0x803130) is unknown color: approx Tall Poppy. HEX triplet: 80, 31 and 30. RGB value is (128,49,48). Sum of RGB (Red+Green+Blue) = 128+49+48=225 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.89% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 48 (19.14% from 255 or 21.33% from 225); Max value from RGB is 128 - color contains mainly: red. Hex color #803130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803130 is #7FCECF. Grayscale: #484848. Windows color (decimal): -8376016 or 3158400. OLE color: 3158400.

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

Color convert

RGB1284948-
CMYK00.620.620.50
HSL0.75º45.45%34.51%-
HSV(B)0.75º62.5%50.2%-
XYZ10.5373.59-
YUV72.51114.17167.58-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 56.89%
GREEN value IS 49 (19.53% from 255) = 21.78%
BLUE value IS 48 (19.14% from 255) = 21.33%
R=56.89%
G=21.78%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128494800.620.620.500.7545.4534.51
Hex80313003E3E3212d23
Octal2006160076766215543
Binary1000000011000111000001111101111101100101101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803130; }

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

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

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

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

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

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

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

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