#863431

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

Shades of Tall Poppy #863431

Tints of Tall Poppy #863431

Color information

#863431 (or 0x863431) is unknown color: approx Tall Poppy. HEX triplet: 86, 34 and 31. RGB value is (134,52,49). Sum of RGB (Red+Green+Blue) = 134+52+49=235 (31% of max value = 765). Red value is 134 (52.73% from 255 or 57.02% from 235); Green value is 52 (20.70% from 255 or 22.13% from 235); Blue value is 49 (19.53% from 255 or 20.85% from 235); Max value from RGB is 134 - color contains mainly: red. Hex color #863431 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863431 is #79CBCE. Grayscale: #4C4C4C. Windows color (decimal): -7982031 or 3224710. OLE color: 3224710.

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

Color convert

RGB1345249-
CMYK00.610.630.47
HSL2.12º46.45%35.88%-
HSV(B)2.12º63.43%52.55%-
XYZ11.617.753.79-
YUV76.18112.67169.24-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 57.02%
GREEN value IS 52 (20.70% from 255) = 22.13%
BLUE value IS 49 (19.53% from 255) = 20.85%
R=57.02%
G=22.13%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134524900.610.630.472.1246.4535.88
Hex86343103D3F2F22e24
Octal2066461075775725644
Binary10000110110100110001011110111111110111110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863431; }

 p { color: rgb(134,52,49); }

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

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

 a { background-color: rgb(134,52,49); }

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

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

 span { border-color: rgb(134,52,49); }

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