#823230

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

Shades of Tall Poppy #823230

Tints of Tall Poppy #823230

Color information

#823230 (or 0x823230) is unknown color: approx Tall Poppy. HEX triplet: 82, 32 and 30. RGB value is (130,50,48). Sum of RGB (Red+Green+Blue) = 130+50+48=228 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.02% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 48 (19.14% from 255 or 21.05% from 228); Max value from RGB is 130 - color contains mainly: red. Hex color #823230 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823230 is #7DCDCF. Grayscale: #494949. Windows color (decimal): -8244688 or 3158658. OLE color: 3158658.

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

Color convert

RGB1305048-
CMYK00.620.630.49
HSL1.46º46.07%34.9%-
HSV(B)1.46º63.08%50.98%-
XYZ10.887.243.62-
YUV73.69113.5168.16-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 57.02%
GREEN value IS 50 (19.92% from 255) = 21.93%
BLUE value IS 48 (19.14% from 255) = 21.05%
R=57.02%
G=21.93%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130504800.620.630.491.4646.0734.9
Hex82323003E3F3112e23
Octal2026260076776115643
Binary1000001011001011000001111101111111100011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823230; }

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

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

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

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

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

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

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

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