#822E2E

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

Shades of Tall Poppy #822E2E

Tints of Tall Poppy #822E2E

Color information

#822E2E (or 0x822E2E) is unknown color: approx Tall Poppy. HEX triplet: 82, 2E and 2E. RGB value is (130,46,46). Sum of RGB (Red+Green+Blue) = 130+46+46=222 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.56% from 222); Green value is 46 (18.36% from 255 or 20.72% from 222); Blue value is 46 (18.36% from 255 or 20.72% from 222); Max value from RGB is 130 - color contains mainly: red. Hex color #822E2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822E2E is #7DD1D1. Grayscale: #474747. Windows color (decimal): -8245714 or 3026562. OLE color: 3026562.

HSL color Cylindrical-coordinate representation of color #822E2E: hue angle of 0º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #822E2E is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB1304646-
CMYK00.650.650.49
HSL47.73%34.51%-
HSV(B)64.62%50.98%-
XYZ10.686.93.35-
YUV71.12113.83170-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 58.56%
GREEN value IS 46 (18.36% from 255) = 20.72%
BLUE value IS 46 (18.36% from 255) = 20.72%
R=58.56%
G=20.72%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130464600.650.650.49047.7334.51
Hex822E2E041413103023
Octal202565601011016106043
Binary100000101011101011100100000110000011100010110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822E2E; }

 p { color: rgb(130,46,46); }

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

<style>
 a { background-color: #822E2E; }

 a { background-color: rgb(130,46,46); }

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

<style>
 span { border-color: #822E2E; }

 span { border-color: rgb(130,46,46); }

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