#813533

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

Shades of Tall Poppy #813533

Tints of Tall Poppy #813533

Color information

#813533 (or 0x813533) is unknown color: approx Tall Poppy. HEX triplet: 81, 35 and 33. RGB value is (129,53,51). Sum of RGB (Red+Green+Blue) = 129+53+51=233 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.36% from 233); Green value is 53 (21.09% from 255 or 22.75% from 233); Blue value is 51 (20.31% from 255 or 21.89% from 233); Max value from RGB is 129 - color contains mainly: red. Hex color #813533 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813533 is #7ECACC. Grayscale: #4B4B4B. Windows color (decimal): -8309453 or 3356033. OLE color: 3356033.

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

Color convert

RGB1295351-
CMYK00.590.600.49
HSL1.54º43.33%35.29%-
HSV(B)1.54º60.47%50.59%-
XYZ10.927.453.99-
YUV75.5114.18166.16-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 55.36%
GREEN value IS 53 (21.09% from 255) = 22.75%
BLUE value IS 51 (20.31% from 255) = 21.89%
R=55.36%
G=22.75%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129535100.590.600.491.5443.3335.29
Hex81353303B3C3122b23
Octal2016563073746125343
Binary10000001110101110011011101111110011000110101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813533; }

 p { color: rgb(129,53,51); }

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

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

 a { background-color: rgb(129,53,51); }

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

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

 span { border-color: rgb(129,53,51); }

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