#882e3e

Color #882E3E Shiraz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shiraz #882E3E

Tints of Shiraz #882E3E

Color information

#882E3E (or 0x882E3E) is unknown color: approx Shiraz. HEX triplet: 88, 2E and 3E. RGB value is (136,46,62). Sum of RGB (Red+Green+Blue) = 136+46+62=244 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.74% from 244); Green value is 46 (18.36% from 255 or 18.85% from 244); Blue value is 62 (24.61% from 255 or 25.41% from 244); Max value from RGB is 136 - color contains mainly: red. Hex color #882E3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882E3E is #77D1C1. Grayscale: #4A4A4A. Windows color (decimal): -7852482 or 4075144. OLE color: 4075144.

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

Color convert

RGB1364662-
CMYK00.660.540.47
HSL349.33º49.45%35.69%-
HSV(B)349.33º66.18%53.33%-
XYZ127.545.38-
YUV74.73120.82171.7-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.74%
GREEN value IS 46 (18.36% from 255) = 18.85%
BLUE value IS 62 (24.61% from 255) = 25.41%
R=55.74%
G=18.85%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136466200.660.540.47349.3349.4535.69
Hex882E3E042362F15d3124
Octal2105676010266575356144
Binary1000100010111011111001000010110110101111101011101110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882e3e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882e3e; }

 p { color: rgb(136,46,62); }

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

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

 a { background-color: rgb(136,46,62); }

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

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

 span { border-color: rgb(136,46,62); }

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