#881B30

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

Shades of Shiraz #881B30

Tints of Shiraz #881B30

Color information

#881B30 (or 0x881B30) is unknown color: approx Shiraz. HEX triplet: 88, 1B and 30. RGB value is (136,27,48). Sum of RGB (Red+Green+Blue) = 136+27+48=211 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.45% from 211); Green value is 27 (10.94% from 255 or 12.80% from 211); Blue value is 48 (19.14% from 255 or 22.75% from 211); Max value from RGB is 136 - color contains mainly: red. Hex color #881B30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881B30 is #77E4CF. Grayscale: #3E3E3E. Windows color (decimal): -7857360 or 3152776. OLE color: 3152776.

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

Color convert

RGB1362748-
CMYK00.800.650.47
HSL348.44º66.87%31.96%-
HSV(B)348.44º80.15%53.33%-
XYZ11.086.233.42-
YUV61.98120.11180.79-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 64.45%
GREEN value IS 27 (10.94% from 255) = 12.80%
BLUE value IS 48 (19.14% from 255) = 22.75%
R=64.45%
G=12.80%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136274800.800.650.47348.4466.8731.96
Hex881B30050412F15c4320
Octal210336001201015753410340
Binary10001000110111100000101000010000011011111010111001000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,27,48); }

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

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

 a { background-color: rgb(136,27,48); }

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

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

 span { border-color: rgb(136,27,48); }

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