#881D39

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

Shades of Shiraz #881D39

Tints of Shiraz #881D39

Color information

#881D39 (or 0x881D39) is unknown color: approx Shiraz. HEX triplet: 88, 1D and 39. RGB value is (136,29,57). Sum of RGB (Red+Green+Blue) = 136+29+57=222 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.26% from 222); Green value is 29 (11.72% from 255 or 13.06% from 222); Blue value is 57 (22.66% from 255 or 25.68% from 222); Max value from RGB is 136 - color contains mainly: red. Hex color #881D39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881D39 is #77E2C6. Grayscale: #404040. Windows color (decimal): -7856839 or 3743112. OLE color: 3743112.

HSL color Cylindrical-coordinate representation of color #881D39: hue angle of 344.3º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #881D39 is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB1362957-
CMYK00.790.580.47
HSL344.3º64.85%32.35%-
HSV(B)344.3º78.68%53.33%-
XYZ11.336.414.51-
YUV64.18123.95179.22-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 61.26%
GREEN value IS 29 (11.72% from 255) = 13.06%
BLUE value IS 57 (22.66% from 255) = 25.68%
R=61.26%
G=13.06%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136295700.790.580.47344.364.8532.35
Hex881D3904F3A2F1584120
Octal21035710117725753010140
Binary1000100011101111001010011111110101011111010110001000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,29,57); }

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

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

 a { background-color: rgb(136,29,57); }

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

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

 span { border-color: rgb(136,29,57); }

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