#813C39

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

Shades of Tall Poppy #813C39

Tints of Tall Poppy #813C39

Color information

#813C39 (or 0x813C39) is unknown color: approx Tall Poppy. HEX triplet: 81, 3C and 39. RGB value is (129,60,57). Sum of RGB (Red+Green+Blue) = 129+60+57=246 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.44% from 246); Green value is 60 (23.83% from 255 or 24.39% from 246); Blue value is 57 (22.66% from 255 or 23.17% from 246); Max value from RGB is 129 - color contains mainly: red. Hex color #813C39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813C39 is #7EC3C6. Grayscale: #505050. Windows color (decimal): -8307655 or 3751041. OLE color: 3751041.

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

Color convert

RGB1296057-
CMYK00.530.560.49
HSL2.5º38.71%36.47%-
HSV(B)2.5º55.81%50.59%-
XYZ11.418.194.85-
YUV80.29114.86162.74-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.44%
GREEN value IS 60 (23.83% from 255) = 24.39%
BLUE value IS 57 (22.66% from 255) = 23.17%
R=52.44%
G=24.39%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129605700.530.560.492.538.7136.47
Hex813C39035383122724
Octal2017471065706124744
Binary10000001111100111001011010111100011000110100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813C39; }

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

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

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

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

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

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

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

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