#881A32

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

Shades of Shiraz #881A32

Tints of Shiraz #881A32

Color information

#881A32 (or 0x881A32) is unknown color: approx Shiraz. HEX triplet: 88, 1A and 32. RGB value is (136,26,50). Sum of RGB (Red+Green+Blue) = 136+26+50=212 (28% of max value = 765). Red value is 136 (53.52% from 255 or 64.15% from 212); Green value is 26 (10.55% from 255 or 12.26% from 212); Blue value is 50 (19.92% from 255 or 23.58% from 212); Max value from RGB is 136 - color contains mainly: red. Hex color #881A32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881A32 is #77E5CD. Grayscale: #3D3D3D. Windows color (decimal): -7857614 or 3283592. OLE color: 3283592.

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

Color convert

RGB1362650-
CMYK00.810.630.47
HSL346.91º67.9%31.76%-
HSV(B)346.91º80.88%53.33%-
XYZ11.16.23.63-
YUV61.63121.44181.05-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 64.15%
GREEN value IS 26 (10.55% from 255) = 12.26%
BLUE value IS 50 (19.92% from 255) = 23.58%
R=64.15%
G=12.26%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136265000.810.630.47346.9167.931.76
Hex881A320513F2F15b4420
Octal21032620121775753310440
Binary1000100011010110010010100011111111011111010110111000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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