#8C3130

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

Shades of Tall Poppy #8C3130

Tints of Tall Poppy #8C3130

Color information

#8C3130 (or 0x8C3130) is unknown color: approx Tall Poppy. HEX triplet: 8C, 31 and 30. RGB value is (140,49,48). Sum of RGB (Red+Green+Blue) = 140+49+48=237 (31% of max value = 765). Red value is 140 (55.08% from 255 or 59.07% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 48 (19.14% from 255 or 20.25% from 237); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3130 is #73CECF. Grayscale: #4C4C4C. Windows color (decimal): -7589584 or 3158412. OLE color: 3158412.

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

Color convert

RGB1404948-
CMYK00.650.660.45
HSL0.65º48.94%36.86%-
HSV(B)0.65º65.71%54.9%-
XYZ12.457.993.68-
YUV76.09112.15173.58-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 59.07%
GREEN value IS 49 (19.53% from 255) = 20.68%
BLUE value IS 48 (19.14% from 255) = 20.25%
R=59.07%
G=20.68%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.66
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140494800.650.660.450.6548.9436.86
Hex8C3130041422D13125
Octal214616001011025516145
Binary100011001100011100000100000110000101011011110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,49,48); }

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

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

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

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

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

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

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