#8D3A39

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

Shades of Tall Poppy #8D3A39

Tints of Tall Poppy #8D3A39

Color information

#8D3A39 (or 0x8D3A39) is unknown color: approx Tall Poppy. HEX triplet: 8D, 3A and 39. RGB value is (141,58,57). Sum of RGB (Red+Green+Blue) = 141+58+57=256 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.08% from 256); Green value is 58 (23.05% from 255 or 22.66% from 256); Blue value is 57 (22.66% from 255 or 22.27% from 256); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3A39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3A39 is #72C5C6. Grayscale: #525252. Windows color (decimal): -7521735 or 3750541. OLE color: 3750541.

HSL color Cylindrical-coordinate representation of color #8D3A39: hue angle of 0.71º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8D3A39 is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.45.

Color convert

RGB1415857-
CMYK00.590.600.45
HSL0.71º42.42%38.82%-
HSV(B)0.71º59.57%55.29%-
XYZ13.248.984.91-
YUV82.7113.5169.58-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 55.08%
GREEN value IS 58 (23.05% from 255) = 22.66%
BLUE value IS 57 (22.66% from 255) = 22.27%
R=55.08%
G=22.66%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.60
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141585700.590.600.450.7142.4238.82
Hex8D3A3903B3C2D12a27
Octal2157271073745515247
Binary1000110111101011100101110111111001011011101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D3A39; }

 p { color: rgb(141,58,57); }

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

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

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

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

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

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

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