#8D3B3B

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

Shades of Tall Poppy #8D3B3B

Tints of Tall Poppy #8D3B3B

Color information

#8D3B3B (or 0x8D3B3B) is unknown color: approx Tall Poppy. HEX triplet: 8D, 3B and 3B. RGB value is (141,59,59). Sum of RGB (Red+Green+Blue) = 141+59+59=259 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.44% from 259); Green value is 59 (23.44% from 255 or 22.78% from 259); Blue value is 59 (23.44% from 255 or 22.78% from 259); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3B3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3B3B is #72C4C4. Grayscale: #535353. Windows color (decimal): -7521477 or 3881869. OLE color: 3881869.

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

Color convert

RGB1415959-
CMYK00.580.580.45
HSL41%39.22%-
HSV(B)58.16%55.29%-
XYZ13.349.115.19-
YUV83.52114.17169-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 54.44%
GREEN value IS 59 (23.44% from 255) = 22.78%
BLUE value IS 59 (23.44% from 255) = 22.78%
R=54.44%
G=22.78%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.58
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141595900.580.580.4504139.22
Hex8D3B3B03A3A2D02927
Octal2157373072725505147
Binary1000110111101111101101110101110101011010101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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