#8D3C3C

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

Shades of Tall Poppy #8D3C3C

Tints of Tall Poppy #8D3C3C

Color information

#8D3C3C (or 0x8D3C3C) is unknown color: approx Tall Poppy. HEX triplet: 8D, 3C and 3C. RGB value is (141,60,60). Sum of RGB (Red+Green+Blue) = 141+60+60=261 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.02% from 261); Green value is 60 (23.83% from 255 or 22.99% from 261); Blue value is 60 (23.83% from 255 or 22.99% from 261); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3C3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3C3C is #72C3C3. Grayscale: #545454. Windows color (decimal): -7521220 or 3947661. OLE color: 3947661.

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

Color convert

RGB1416060-
CMYK00.570.570.45
HSL40.3%39.41%-
HSV(B)57.45%55.29%-
XYZ13.429.225.35-
YUV84.22114.34168.5-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 54.02%
GREEN value IS 60 (23.83% from 255) = 22.99%
BLUE value IS 60 (23.83% from 255) = 22.99%
R=54.02%
G=22.99%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141606000.570.570.45040.339.41
Hex8D3C3C039392D02827
Octal2157474071715505047
Binary1000110111110011110001110011110011011010101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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