#823231

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

Shades of Tall Poppy #823231

Tints of Tall Poppy #823231

Color information

#823231 (or 0x823231) is unknown color: approx Tall Poppy. HEX triplet: 82, 32 and 31. RGB value is (130,50,49). Sum of RGB (Red+Green+Blue) = 130+50+49=229 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.77% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 49 (19.53% from 255 or 21.40% from 229); Max value from RGB is 130 - color contains mainly: red. Hex color #823231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823231 is #7DCDCE. Grayscale: #494949. Windows color (decimal): -8244687 or 3224194. OLE color: 3224194.

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

Color convert

RGB1305049-
CMYK00.620.620.49
HSL0.74º45.25%35.1%-
HSV(B)0.74º62.31%50.98%-
XYZ10.97.253.73-
YUV73.81114168.08-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 56.77%
GREEN value IS 50 (19.92% from 255) = 21.83%
BLUE value IS 49 (19.53% from 255) = 21.40%
R=56.77%
G=21.83%
B=21.40%

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
Decimal130504900.620.620.490.7445.2535.1
Hex82323103E3E3112d23
Octal2026261076766115543
Binary1000001011001011000101111101111101100011101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823231; }

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

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

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

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

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

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

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

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