#863333

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

Shades of Tall Poppy #863333

Tints of Tall Poppy #863333

Color information

#863333 (or 0x863333) is unknown color: approx Tall Poppy. HEX triplet: 86, 33 and 33. RGB value is (134,51,51). Sum of RGB (Red+Green+Blue) = 134+51+51=236 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.78% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 51 (20.31% from 255 or 21.61% from 236); Max value from RGB is 134 - color contains mainly: red. Hex color #863333 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863333 is #79CCCC. Grayscale: #4B4B4B. Windows color (decimal): -7982285 or 3355526. OLE color: 3355526.

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

Color convert

RGB1345151-
CMYK00.620.620.47
HSL44.86%36.27%-
HSV(B)61.94%52.55%-
XYZ11.617.684-
YUV75.82114169.5-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 56.78%
GREEN value IS 51 (20.31% from 255) = 21.61%
BLUE value IS 51 (20.31% from 255) = 21.61%
R=56.78%
G=21.61%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134515100.620.620.47044.8636.27
Hex86333303E3E2F02d24
Octal2066363076765705544
Binary1000011011001111001101111101111101011110101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863333; }

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

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

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

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

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

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

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

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