#813B3B

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

Shades of Tall Poppy #813B3B

Tints of Tall Poppy #813B3B

Color information

#813B3B (or 0x813B3B) is unknown color: approx Tall Poppy. HEX triplet: 81, 3B and 3B. RGB value is (129,59,59). Sum of RGB (Red+Green+Blue) = 129+59+59=247 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.23% from 247); Green value is 59 (23.44% from 255 or 23.89% from 247); Blue value is 59 (23.44% from 255 or 23.89% from 247); Max value from RGB is 129 - color contains mainly: red. Hex color #813B3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813B3B is #7EC4C4. Grayscale: #4F4F4F. Windows color (decimal): -8307909 or 3881857. OLE color: 3881857.

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

Color convert

RGB1295959-
CMYK00.540.540.49
HSL37.23%36.86%-
HSV(B)54.26%50.59%-
XYZ11.418.115.1-
YUV79.93116.19163-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.23%
GREEN value IS 59 (23.44% from 255) = 23.89%
BLUE value IS 59 (23.44% from 255) = 23.89%
R=52.23%
G=23.89%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129595900.540.540.49037.2336.86
Hex813B3B036363102525
Octal2017373066666104545
Binary1000000111101111101101101101101101100010100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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