#823232

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

Shades of Tall Poppy #823232

Tints of Tall Poppy #823232

Color information

#823232 (or 0x823232) is unknown color: approx Tall Poppy. HEX triplet: 82, 32 and 32. RGB value is (130,50,50). Sum of RGB (Red+Green+Blue) = 130+50+50=230 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.52% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 50 (19.92% from 255 or 21.74% from 230); Max value from RGB is 130 - color contains mainly: red. Hex color #823232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823232 is #7DCDCD. Grayscale: #4A4A4A. Windows color (decimal): -8244686 or 3289730. OLE color: 3289730.

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

Color convert

RGB1305050-
CMYK00.620.620.49
HSL44.44%35.29%-
HSV(B)61.54%50.98%-
XYZ10.927.263.84-
YUV73.92114.5168-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 56.52%
GREEN value IS 50 (19.92% from 255) = 21.74%
BLUE value IS 50 (19.92% from 255) = 21.74%
R=56.52%
G=21.74%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130505000.620.620.49044.4435.29
Hex82323203E3E3102c23
Octal2026262076766105443
Binary1000001011001011001001111101111101100010101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823232; }

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

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

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

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

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

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

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

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