#823434

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

Shades of Tall Poppy #823434

Tints of Tall Poppy #823434

Color information

#823434 (or 0x823434) is unknown color: approx Tall Poppy. HEX triplet: 82, 34 and 34. RGB value is (130,52,52). Sum of RGB (Red+Green+Blue) = 130+52+52=234 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.56% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 52 (20.70% from 255 or 22.22% from 234); Max value from RGB is 130 - color contains mainly: red. Hex color #823434 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823434 is #7DCBCB. Grayscale: #4B4B4B. Windows color (decimal): -8244172 or 3421314. OLE color: 3421314.

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

Color convert

RGB1305252-
CMYK00.600.600.49
HSL42.86%35.69%-
HSV(B)60%50.98%-
XYZ11.057.454.1-
YUV75.32114.84167-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 55.56%
GREEN value IS 52 (20.70% from 255) = 22.22%
BLUE value IS 52 (20.70% from 255) = 22.22%
R=55.56%
G=22.22%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130525200.600.600.49042.8635.69
Hex82343403C3C3102b24
Octal2026464074746105344
Binary1000001011010011010001111001111001100010101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823434; }

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

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

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

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

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

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

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

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