#813737

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

Shades of Tall Poppy #813737

Tints of Tall Poppy #813737

Color information

#813737 (or 0x813737) is unknown color: approx Tall Poppy. HEX triplet: 81, 37 and 37. RGB value is (129,55,55). Sum of RGB (Red+Green+Blue) = 129+55+55=239 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.97% from 239); Green value is 55 (21.88% from 255 or 23.01% from 239); Blue value is 55 (21.88% from 255 or 23.01% from 239); Max value from RGB is 129 - color contains mainly: red. Hex color #813737 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813737 is #7EC8C8. Grayscale: #4D4D4D. Windows color (decimal): -8308937 or 3618689. OLE color: 3618689.

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

Color convert

RGB1295555-
CMYK00.570.570.49
HSL40.22%36.08%-
HSV(B)57.36%50.59%-
XYZ11.117.684.51-
YUV77.13115.52165-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 53.97%
GREEN value IS 55 (21.88% from 255) = 23.01%
BLUE value IS 55 (21.88% from 255) = 23.01%
R=53.97%
G=23.01%
B=23.01%

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
Decimal129555500.570.570.49040.2236.08
Hex813737039393102824
Octal2016767071716105044
Binary1000000111011111011101110011110011100010101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813737; }

 p { color: rgb(129,55,55); }

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

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

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

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

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

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

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