#881E31

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

Shades of Shiraz #881E31

Tints of Shiraz #881E31

Color information

#881E31 (or 0x881E31) is unknown color: approx Shiraz. HEX triplet: 88, 1E and 31. RGB value is (136,30,49). Sum of RGB (Red+Green+Blue) = 136+30+49=215 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.26% from 215); Green value is 30 (12.11% from 255 or 13.95% from 215); Blue value is 49 (19.53% from 255 or 22.79% from 215); Max value from RGB is 136 - color contains mainly: red. Hex color #881E31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881E31 is #77E1CE. Grayscale: #3F3F3F. Windows color (decimal): -7856591 or 3219080. OLE color: 3219080.

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

Color convert

RGB1363049-
CMYK00.780.640.47
HSL349.25º63.86%32.55%-
HSV(B)349.25º77.94%53.33%-
XYZ11.176.383.55-
YUV63.86119.62179.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 63.26%
GREEN value IS 30 (12.11% from 255) = 13.95%
BLUE value IS 49 (19.53% from 255) = 22.79%
R=63.26%
G=13.95%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136304900.780.640.47349.2563.8632.55
Hex881E3104E402F15d4021
Octal210366101161005753510041
Binary10001000111101100010100111010000001011111010111011000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881E31; }

 p { color: rgb(136,30,49); }

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

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

 a { background-color: rgb(136,30,49); }

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

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

 span { border-color: rgb(136,30,49); }

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