#823A3A

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

Shades of Tall Poppy #823A3A

Tints of Tall Poppy #823A3A

Color information

#823A3A (or 0x823A3A) is unknown color: approx Tall Poppy. HEX triplet: 82, 3A and 3A. RGB value is (130,58,58). Sum of RGB (Red+Green+Blue) = 130+58+58=246 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.85% from 246); Green value is 58 (23.05% from 255 or 23.58% from 246); Blue value is 58 (23.05% from 255 or 23.58% from 246); Max value from RGB is 130 - color contains mainly: red. Hex color #823A3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823A3A is #7DC5C5. Grayscale: #4F4F4F. Windows color (decimal): -8242630 or 3816066. OLE color: 3816066.

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

Color convert

RGB1305858-
CMYK00.550.550.49
HSL38.3%36.86%-
HSV(B)55.38%50.98%-
XYZ11.488.084.96-
YUV79.53115.85164-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.85%
GREEN value IS 58 (23.05% from 255) = 23.58%
BLUE value IS 58 (23.05% from 255) = 23.58%
R=52.85%
G=23.58%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130585800.550.550.49038.336.86
Hex823A3A037373102625
Octal2027272067676104645
Binary1000001011101011101001101111101111100010100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823A3A; }

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

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

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

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

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

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

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

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