#881A39

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

Shades of Shiraz #881A39

Tints of Shiraz #881A39

Color information

#881A39 (or 0x881A39) is unknown color: approx Shiraz. HEX triplet: 88, 1A and 39. RGB value is (136,26,57). Sum of RGB (Red+Green+Blue) = 136+26+57=219 (29% of max value = 765). Red value is 136 (53.52% from 255 or 62.10% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 57 (22.66% from 255 or 26.03% from 219); Max value from RGB is 136 - color contains mainly: red. Hex color #881A39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881A39 is #77E5C6. Grayscale: #3E3E3E. Windows color (decimal): -7857607 or 3742344. OLE color: 3742344.

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

Color convert

RGB1362657-
CMYK00.810.580.47
HSL343.09º67.9%31.76%-
HSV(B)343.09º80.88%53.33%-
XYZ11.266.274.49-
YUV62.42124.94180.48-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 62.10%
GREEN value IS 26 (10.55% from 255) = 11.87%
BLUE value IS 57 (22.66% from 255) = 26.03%
R=62.10%
G=11.87%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136265700.810.580.47343.0967.931.76
Hex881A390513A2F1574420
Octal21032710121725752710440
Binary1000100011010111001010100011110101011111010101111000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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