#813431

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

Shades of Tall Poppy #813431

Tints of Tall Poppy #813431

Color information

#813431 (or 0x813431) is unknown color: approx Tall Poppy. HEX triplet: 81, 34 and 31. RGB value is (129,52,49). Sum of RGB (Red+Green+Blue) = 129+52+49=230 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.09% from 230); Green value is 52 (20.70% from 255 or 22.61% from 230); Blue value is 49 (19.53% from 255 or 21.30% from 230); Max value from RGB is 129 - color contains mainly: red. Hex color #813431 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813431 is #7ECBCE. Grayscale: #4A4A4A. Windows color (decimal): -8309711 or 3224705. OLE color: 3224705.

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

Color convert

RGB1295249-
CMYK00.600.620.49
HSL2.25º44.94%34.9%-
HSV(B)2.25º62.02%50.59%-
XYZ10.847.343.75-
YUV74.68113.51166.74-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 56.09%
GREEN value IS 52 (20.70% from 255) = 22.61%
BLUE value IS 49 (19.53% from 255) = 21.30%
R=56.09%
G=22.61%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129524900.600.620.492.2544.9434.9
Hex81343103C3E3122d23
Octal2016461074766125543
Binary10000001110100110001011110011111011000110101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813431; }

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

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

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

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

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

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

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

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