#813A35

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

Shades of Tall Poppy #813A35

Tints of Tall Poppy #813A35

Color information

#813A35 (or 0x813A35) is unknown color: approx Tall Poppy. HEX triplet: 81, 3A and 35. RGB value is (129,58,53). Sum of RGB (Red+Green+Blue) = 129+58+53=240 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.75% from 240); Green value is 58 (23.05% from 255 or 24.17% from 240); Blue value is 53 (21.09% from 255 or 22.08% from 240); Max value from RGB is 129 - color contains mainly: red. Hex color #813A35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813A35 is #7EC5CA. Grayscale: #4E4E4E. Windows color (decimal): -8308171 or 3488385. OLE color: 3488385.

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

Color convert

RGB1295853-
CMYK00.550.590.49
HSL3.95º41.76%35.69%-
HSV(B)3.95º58.91%50.59%-
XYZ11.217.954.31-
YUV78.66113.52163.91-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 53.75%
GREEN value IS 58 (23.05% from 255) = 24.17%
BLUE value IS 53 (21.09% from 255) = 22.08%
R=53.75%
G=24.17%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129585300.550.590.493.9541.7635.69
Hex813A350373B3142a24
Octal2017265067736145244
Binary100000011110101101010110111111011110001100101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,58,53); }

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

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

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

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

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

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

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