#881D37

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

Shades of Shiraz #881D37

Tints of Shiraz #881D37

Color information

#881D37 (or 0x881D37) is unknown color: approx Shiraz. HEX triplet: 88, 1D and 37. RGB value is (136,29,55). Sum of RGB (Red+Green+Blue) = 136+29+55=220 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.82% from 220); Green value is 29 (11.72% from 255 or 13.18% from 220); Blue value is 55 (21.88% from 255 or 25% from 220); Max value from RGB is 136 - color contains mainly: red. Hex color #881D37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881D37 is #77E2C8. Grayscale: #3F3F3F. Windows color (decimal): -7856841 or 3612040. OLE color: 3612040.

HSL color Cylindrical-coordinate representation of color #881D37: hue angle of 345.42º 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 #881D37 is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB1362955-
CMYK00.790.600.47
HSL345.42º64.85%32.35%-
HSV(B)345.42º78.68%53.33%-
XYZ11.286.394.25-
YUV63.96122.95179.39-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 61.82%
GREEN value IS 29 (11.72% from 255) = 13.18%
BLUE value IS 55 (21.88% from 255) = 25%
R=61.82%
G=13.18%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136295500.790.600.47345.4264.8532.35
Hex881D3704F3C2F1594120
Octal21035670117745753110140
Binary1000100011101110111010011111111001011111010110011000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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