#8D3434

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

Shades of Tall Poppy #8D3434

Tints of Tall Poppy #8D3434

Color information

#8D3434 (or 0x8D3434) is unknown color: approx Tall Poppy. HEX triplet: 8D, 34 and 34. RGB value is (141,52,52). Sum of RGB (Red+Green+Blue) = 141+52+52=245 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.55% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 52 (20.70% from 255 or 21.22% from 245); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3434 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3434 is #72CBCB. Grayscale: #4E4E4E. Windows color (decimal): -7523276 or 3421325. OLE color: 3421325.

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

Color convert

RGB1415252-
CMYK00.630.630.45
HSL46.11%37.84%-
HSV(B)63.12%55.29%-
XYZ12.838.374.19-
YUV78.61112.99172.5-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 57.55%
GREEN value IS 52 (20.70% from 255) = 21.22%
BLUE value IS 52 (20.70% from 255) = 21.22%
R=57.55%
G=21.22%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.63
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141525200.630.630.45046.1137.84
Hex8D343403F3F2D02e26
Octal2156464077775505646
Binary1000110111010011010001111111111111011010101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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