#813939

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

Shades of Tall Poppy #813939

Tints of Tall Poppy #813939

Color information

#813939 (or 0x813939) is unknown color: approx Tall Poppy. HEX triplet: 81, 39 and 39. RGB value is (129,57,57). Sum of RGB (Red+Green+Blue) = 129+57+57=243 (32% of max value = 765). Red value is 129 (50.78% from 255 or 53.09% from 243); Green value is 57 (22.66% from 255 or 23.46% from 243); Blue value is 57 (22.66% from 255 or 23.46% from 243); Max value from RGB is 129 - color contains mainly: red. Hex color #813939 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813939 is #7EC6C6. Grayscale: #4E4E4E. Windows color (decimal): -8308423 or 3750273. OLE color: 3750273.

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

Color convert

RGB1295757-
CMYK00.560.560.49
HSL38.71%36.47%-
HSV(B)55.81%50.59%-
XYZ11.257.894.8-
YUV78.53115.85164-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 53.09%
GREEN value IS 57 (22.66% from 255) = 23.46%
BLUE value IS 57 (22.66% from 255) = 23.46%
R=53.09%
G=23.46%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129575700.560.560.49038.7136.47
Hex813939038383102724
Octal2017171070706104744
Binary1000000111100111100101110001110001100010100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813939; }

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

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

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

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

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

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

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

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