#803434

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

Shades of Tall Poppy #803434

Tints of Tall Poppy #803434

Color information

#803434 (or 0x803434) is unknown color: approx Tall Poppy. HEX triplet: 80, 34 and 34. RGB value is (128,52,52). Sum of RGB (Red+Green+Blue) = 128+52+52=232 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.17% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 52 (20.70% from 255 or 22.41% from 232); Max value from RGB is 128 - color contains mainly: red. Hex color #803434 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803434 is #7FCBCB. Grayscale: #4A4A4A. Windows color (decimal): -8375244 or 3421312. OLE color: 3421312.

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

Color convert

RGB1285252-
CMYK00.590.590.50
HSL42.22%35.29%-
HSV(B)59.38%50.2%-
XYZ10.757.294.09-
YUV74.72115.18166-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 55.17%
GREEN value IS 52 (20.70% from 255) = 22.41%
BLUE value IS 52 (20.70% from 255) = 22.41%
R=55.17%
G=22.41%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128525200.590.590.50042.2235.29
Hex80343403B3B3202a23
Octal2006464073736205243
Binary1000000011010011010001110111110111100100101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803434; }

 p { color: rgb(128,52,52); }

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

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

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

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

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

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

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