#8C3434

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

Shades of Tall Poppy #8C3434

Tints of Tall Poppy #8C3434

Color information

#8C3434 (or 0x8C3434) is unknown color: approx Tall Poppy. HEX triplet: 8C, 34 and 34. RGB value is (140,52,52). Sum of RGB (Red+Green+Blue) = 140+52+52=244 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.38% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 52 (20.70% from 255 or 21.31% from 244); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3434 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3434 is #73CBCB. Grayscale: #4E4E4E. Windows color (decimal): -7588812 or 3421324. OLE color: 3421324.

HSL color Cylindrical-coordinate representation of color #8C3434: 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 #8C3434 is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.45.

Color convert

RGB1405252-
CMYK00.630.630.45
HSL45.83%37.65%-
HSV(B)62.86%54.9%-
XYZ12.668.284.18-
YUV78.31113.15172-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 57.38%
GREEN value IS 52 (20.70% from 255) = 21.31%
BLUE value IS 52 (20.70% from 255) = 21.31%
R=57.38%
G=21.31%
B=21.31%

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
Decimal140525200.630.630.45045.8337.65
Hex8C343403F3F2D02e26
Octal2146464077775505646
Binary1000110011010011010001111111111111011010101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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