#80302F

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

Shades of Tall Poppy #80302F

Tints of Tall Poppy #80302F

Color information

#80302F (or 0x80302F) is unknown color: approx Tall Poppy. HEX triplet: 80, 30 and 2F. RGB value is (128,48,47). Sum of RGB (Red+Green+Blue) = 128+48+47=223 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.40% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 128 - color contains mainly: red. Hex color #80302F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80302F is #7FCFD0. Grayscale: #474747. Windows color (decimal): -8376273 or 3092608. OLE color: 3092608.

HSL color Cylindrical-coordinate representation of color #80302F: hue angle of 0.74º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #80302F is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.50.

Color convert

RGB1284847-
CMYK00.620.630.50
HSL0.74º46.29%34.31%-
HSV(B)0.74º63.28%50.2%-
XYZ10.476.913.47-
YUV71.81114168.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 57.40%
GREEN value IS 48 (19.14% from 255) = 21.52%
BLUE value IS 47 (18.75% from 255) = 21.08%
R=57.40%
G=21.52%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.63
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128484700.620.630.500.7446.2934.31
Hex80302F03E3F3212e22
Octal2006057076776215642
Binary1000000011000010111101111101111111100101101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80302F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80302F; }

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

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

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

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

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

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

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

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