#813433

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

Shades of Tall Poppy #813433

Tints of Tall Poppy #813433

Color information

#813433 (or 0x813433) is unknown color: approx Tall Poppy. HEX triplet: 81, 34 and 33. RGB value is (129,52,51). Sum of RGB (Red+Green+Blue) = 129+52+51=232 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.60% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 51 (20.31% from 255 or 21.98% from 232); Max value from RGB is 129 - color contains mainly: red. Hex color #813433 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813433 is #7ECBCC. Grayscale: #4A4A4A. Windows color (decimal): -8309709 or 3355777. OLE color: 3355777.

HSL color Cylindrical-coordinate representation of color #813433: hue angle of 0.77º 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 #813433 is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB1295251-
CMYK00.600.600.49
HSL0.77º43.33%35.29%-
HSV(B)0.77º60.47%50.59%-
XYZ10.887.363.98-
YUV74.91114.51166.58-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 55.60%
GREEN value IS 52 (20.70% from 255) = 22.41%
BLUE value IS 51 (20.31% from 255) = 21.98%
R=55.60%
G=22.41%
B=21.98%

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
Decimal129525100.600.600.490.7743.3335.29
Hex81343303C3C3112b23
Octal2016463074746115343
Binary1000000111010011001101111001111001100011101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813433; }

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

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

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

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

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

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

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

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