#82312E

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

Shades of Tall Poppy #82312E

Tints of Tall Poppy #82312E

Color information

#82312E (or 0x82312E) is unknown color: approx Tall Poppy. HEX triplet: 82, 31 and 2E. RGB value is (130,49,46). Sum of RGB (Red+Green+Blue) = 130+49+46=225 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.78% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 46 (18.36% from 255 or 20.44% from 225); Max value from RGB is 130 - color contains mainly: red. Hex color #82312E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82312E is #7DCED1. Grayscale: #484848. Windows color (decimal): -8244946 or 3027330. OLE color: 3027330.

HSL color Cylindrical-coordinate representation of color #82312E: hue angle of 2.14º 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 #82312E is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB1304946-
CMYK00.620.650.49
HSL2.14º47.73%34.51%-
HSV(B)2.14º64.62%50.98%-
XYZ10.87.143.39-
YUV72.88112.84168.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 57.78%
GREEN value IS 49 (19.53% from 255) = 21.78%
BLUE value IS 46 (18.36% from 255) = 20.44%
R=57.78%
G=21.78%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130494600.620.650.492.1447.7334.51
Hex82312E03E413123023
Octal20261560761016126043
Binary100000101100011011100111110100000111000110110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82312E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82312E; }

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

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

<style>
 a { background-color: #82312E; }

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

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

<style>
 span { border-color: #82312E; }

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

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