#803535

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

Shades of Tall Poppy #803535

Tints of Tall Poppy #803535

Color information

#803535 (or 0x803535) is unknown color: approx Tall Poppy. HEX triplet: 80, 35 and 35. RGB value is (128,53,53). Sum of RGB (Red+Green+Blue) = 128+53+53=234 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.70% from 234); Green value is 53 (21.09% from 255 or 22.65% from 234); Blue value is 53 (21.09% from 255 or 22.65% from 234); Max value from RGB is 128 - color contains mainly: red. Hex color #803535 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803535 is #7FCACA. Grayscale: #4B4B4B. Windows color (decimal): -8374987 or 3487104. OLE color: 3487104.

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

Color convert

RGB1285353-
CMYK00.590.590.50
HSL41.44%35.49%-
HSV(B)58.59%50.2%-
XYZ10.827.394.22-
YUV75.42115.35165.5-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 54.70%
GREEN value IS 53 (21.09% from 255) = 22.65%
BLUE value IS 53 (21.09% from 255) = 22.65%
R=54.70%
G=22.65%
B=22.65%

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
Decimal128535300.590.590.50041.4435.49
Hex80353503B3B3202923
Octal2006565073736205143
Binary1000000011010111010101110111110111100100101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803535; }

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

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

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

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

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

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

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

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