#882C2B

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

Shades of Tall Poppy #882C2B

Tints of Tall Poppy #882C2B

Color information

#882C2B (or 0x882C2B) is unknown color: approx Tall Poppy. HEX triplet: 88, 2C and 2B. RGB value is (136,44,43). Sum of RGB (Red+Green+Blue) = 136+44+43=223 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.99% from 223); Green value is 44 (17.58% from 255 or 19.73% from 223); Blue value is 43 (17.19% from 255 or 19.28% from 223); Max value from RGB is 136 - color contains mainly: red. Hex color #882C2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882C2B is #77D3D4. Grayscale: #474747. Windows color (decimal): -7853013 or 2829448. OLE color: 2829448.

HSL color Cylindrical-coordinate representation of color #882C2B: hue angle of 0.65º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #882C2B is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB1364443-
CMYK00.680.680.47
HSL0.65º51.96%35.1%-
HSV(B)0.65º68.38%53.33%-
XYZ11.497.213.07-
YUV71.39111.98174.08-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 60.99%
GREEN value IS 44 (17.58% from 255) = 19.73%
BLUE value IS 43 (17.19% from 255) = 19.28%
R=60.99%
G=19.73%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136444300.680.680.470.6551.9635.1
Hex882C2B044442F13423
Octal210545301041045716443
Binary100010001011001010110100010010001001011111110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882C2B; }

 p { color: rgb(136,44,43); }

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

<style>
 a { background-color: #882C2B; }

 a { background-color: rgb(136,44,43); }

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

<style>
 span { border-color: #882C2B; }

 span { border-color: rgb(136,44,43); }

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