#872D2D

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

Shades of Tall Poppy #872D2D

Tints of Tall Poppy #872D2D

Color information

#872D2D (or 0x872D2D) is unknown color: approx Tall Poppy. HEX triplet: 87, 2D and 2D. RGB value is (135,45,45). Sum of RGB (Red+Green+Blue) = 135+45+45=225 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60% from 225); Green value is 45 (17.97% from 255 or 20% from 225); Blue value is 45 (17.97% from 255 or 20% from 225); Max value from RGB is 135 - color contains mainly: red. Hex color #872D2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872D2D is #78D2D2. Grayscale: #484848. Windows color (decimal): -7918291 or 2960775. OLE color: 2960775.

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

Color convert

RGB1354545-
CMYK00.670.670.47
HSL50%35.29%-
HSV(B)66.67%52.94%-
XYZ11.47.223.27-
YUV71.91112.82173-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 60%
GREEN value IS 45 (17.97% from 255) = 20%
BLUE value IS 45 (17.97% from 255) = 20%
R=60%
G=20%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135454500.670.670.4705035.29
Hex872D2D043432F03223
Octal207555501031035706243
Binary100001111011011011010100001110000111011110110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872D2D; }

 p { color: rgb(135,45,45); }

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

<style>
 a { background-color: #872D2D; }

 a { background-color: rgb(135,45,45); }

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

<style>
 span { border-color: #872D2D; }

 span { border-color: rgb(135,45,45); }

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