#823838

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

Shades of Tall Poppy #823838

Tints of Tall Poppy #823838

Color information

#823838 (or 0x823838) is unknown color: approx Tall Poppy. HEX triplet: 82, 38 and 38. RGB value is (130,56,56). Sum of RGB (Red+Green+Blue) = 130+56+56=242 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.72% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 56 (22.27% from 255 or 23.14% from 242); Max value from RGB is 130 - color contains mainly: red. Hex color #823838 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823838 is #7DC7C7. Grayscale: #4E4E4E. Windows color (decimal): -8243144 or 3684482. OLE color: 3684482.

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

Color convert

RGB1305656-
CMYK00.570.570.49
HSL39.78%36.47%-
HSV(B)56.92%50.98%-
XYZ11.337.864.66-
YUV78.13115.52165-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.72%
GREEN value IS 56 (22.27% from 255) = 23.14%
BLUE value IS 56 (22.27% from 255) = 23.14%
R=53.72%
G=23.14%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130565600.570.570.49039.7836.47
Hex823838039393102824
Octal2027070071716105044
Binary1000001011100011100001110011110011100010101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823838; }

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

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

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

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

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

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

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

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