#813230

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

Shades of Tall Poppy #813230

Tints of Tall Poppy #813230

Color information

#813230 (or 0x813230) is unknown color: approx Tall Poppy. HEX triplet: 81, 32 and 30. RGB value is (129,50,48). Sum of RGB (Red+Green+Blue) = 129+50+48=227 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.83% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 48 (19.14% from 255 or 21.15% from 227); Max value from RGB is 129 - color contains mainly: red. Hex color #813230 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813230 is #7ECDCF. Grayscale: #494949. Windows color (decimal): -8310224 or 3158657. OLE color: 3158657.

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

Color convert

RGB1295048-
CMYK00.610.630.49
HSL1.48º45.76%34.71%-
HSV(B)1.48º62.79%50.59%-
XYZ10.737.163.61-
YUV73.39113.67167.66-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 56.83%
GREEN value IS 50 (19.92% from 255) = 22.03%
BLUE value IS 48 (19.14% from 255) = 21.15%
R=56.83%
G=22.03%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129504800.610.630.491.4845.7634.71
Hex81323003D3F3112e23
Octal2016260075776115643
Binary1000000111001011000001111011111111100011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813230; }

 p { color: rgb(129,50,48); }

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

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

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

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

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

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

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