#892D2D

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

Shades of Tall Poppy #892D2D

Tints of Tall Poppy #892D2D

Color information

#892D2D (or 0x892D2D) is unknown color: approx Tall Poppy. HEX triplet: 89, 2D and 2D. RGB value is (137,45,45). Sum of RGB (Red+Green+Blue) = 137+45+45=227 (30% of max value = 765). Red value is 137 (53.91% from 255 or 60.35% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 45 (17.97% from 255 or 19.82% from 227); Max value from RGB is 137 - color contains mainly: red. Hex color #892D2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892D2D is #76D2D2. Grayscale: #484848. Windows color (decimal): -7787219 or 2960777. OLE color: 2960777.

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

Color convert

RGB1374545-
CMYK00.670.670.46
HSL50.55%35.69%-
HSV(B)67.15%53.73%-
XYZ11.737.383.29-
YUV72.51112.48174-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 60.35%
GREEN value IS 45 (17.97% from 255) = 19.82%
BLUE value IS 45 (17.97% from 255) = 19.82%
R=60.35%
G=19.82%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.67
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137454500.670.670.46050.5535.69
Hex892D2D043432E03324
Octal211555501031035606344
Binary100010011011011011010100001110000111011100110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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