#803A3A

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

Shades of Tall Poppy #803A3A

Tints of Tall Poppy #803A3A

Color information

#803A3A (or 0x803A3A) is unknown color: approx Tall Poppy. HEX triplet: 80, 3A and 3A. RGB value is (128,58,58). Sum of RGB (Red+Green+Blue) = 128+58+58=244 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.46% from 244); Green value is 58 (23.05% from 255 or 23.77% from 244); Blue value is 58 (23.05% from 255 or 23.77% from 244); Max value from RGB is 128 - color contains mainly: red. Hex color #803A3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803A3A is #7FC5C5. Grayscale: #4F4F4F. Windows color (decimal): -8373702 or 3816064. OLE color: 3816064.

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

Color convert

RGB1285858-
CMYK00.550.550.50
HSL37.63%36.47%-
HSV(B)54.69%50.2%-
XYZ11.187.924.94-
YUV78.93116.19163-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 52.46%
GREEN value IS 58 (23.05% from 255) = 23.77%
BLUE value IS 58 (23.05% from 255) = 23.77%
R=52.46%
G=23.77%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128585800.550.550.50037.6336.47
Hex803A3A037373202624
Octal2007272067676204644
Binary1000000011101011101001101111101111100100100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803A3A; }

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

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

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

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

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

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

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

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