#863331

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

Shades of Tall Poppy #863331

Tints of Tall Poppy #863331

Color information

#863331 (or 0x863331) is unknown color: approx Tall Poppy. HEX triplet: 86, 33 and 31. RGB value is (134,51,49). Sum of RGB (Red+Green+Blue) = 134+51+49=234 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.26% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 49 (19.53% from 255 or 20.94% from 234); Max value from RGB is 134 - color contains mainly: red. Hex color #863331 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863331 is #79CCCE. Grayscale: #4B4B4B. Windows color (decimal): -7982287 or 3224454. OLE color: 3224454.

HSL color Cylindrical-coordinate representation of color #863331: hue angle of 1.41º 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 #863331 is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB1345149-
CMYK00.620.630.47
HSL1.41º46.45%35.88%-
HSV(B)1.41º63.43%52.55%-
XYZ11.577.663.77-
YUV75.59113169.66-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 57.26%
GREEN value IS 51 (20.31% from 255) = 21.79%
BLUE value IS 49 (19.53% from 255) = 20.94%
R=57.26%
G=21.79%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134514900.620.630.471.4146.4535.88
Hex86333103E3F2F12e24
Octal2066361076775715644
Binary1000011011001111000101111101111111011111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863331; }

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

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

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

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

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

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

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

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