#813631

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

Shades of Tall Poppy #813631

Tints of Tall Poppy #813631

Color information

#813631 (or 0x813631) is unknown color: approx Tall Poppy. HEX triplet: 81, 36 and 31. RGB value is (129,54,49). Sum of RGB (Red+Green+Blue) = 129+54+49=232 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.60% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 49 (19.53% from 255 or 21.12% from 232); Max value from RGB is 129 - color contains mainly: red. Hex color #813631 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813631 is #7EC9CE. Grayscale: #4B4B4B. Windows color (decimal): -8309199 or 3225217. OLE color: 3225217.

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

Color convert

RGB1295449-
CMYK00.580.620.49
HSL3.75º44.94%34.9%-
HSV(B)3.75º62.02%50.59%-
XYZ10.937.533.78-
YUV75.85112.85165.91-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 55.60%
GREEN value IS 54 (21.48% from 255) = 23.28%
BLUE value IS 49 (19.53% from 255) = 21.12%
R=55.60%
G=23.28%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129544900.580.620.493.7544.9434.9
Hex81363103A3E3142d23
Octal2016661072766145543
Binary100000011101101100010111010111110110001100101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813631; }

 p { color: rgb(129,54,49); }

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

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

 a { background-color: rgb(129,54,49); }

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

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

 span { border-color: rgb(129,54,49); }

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