#882E3F

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

Shades of Shiraz #882E3F

Tints of Shiraz #882E3F

Color information

#882E3F (or 0x882E3F) is unknown color: approx Shiraz. HEX triplet: 88, 2E and 3F. RGB value is (136,46,63). Sum of RGB (Red+Green+Blue) = 136+46+63=245 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.51% from 245); Green value is 46 (18.36% from 255 or 18.78% from 245); Blue value is 63 (25% from 255 or 25.71% from 245); Max value from RGB is 136 - color contains mainly: red. Hex color #882E3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882E3F is #77D1C0. Grayscale: #4A4A4A. Windows color (decimal): -7852481 or 4140680. OLE color: 4140680.

HSL color Cylindrical-coordinate representation of color #882E3F: hue angle of 348.67º 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 #882E3F is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB1364663-
CMYK00.660.540.47
HSL348.67º49.45%35.69%-
HSV(B)348.67º66.18%53.33%-
XYZ12.037.555.53-
YUV74.85121.32171.62-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.51%
GREEN value IS 46 (18.36% from 255) = 18.78%
BLUE value IS 63 (25% from 255) = 25.71%
R=55.51%
G=18.78%
B=25.71%

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
Decimal136466300.660.540.47348.6749.4535.69
Hex882E3F042362F15d3124
Octal2105677010266575356144
Binary1000100010111011111101000010110110101111101011101110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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