#881B3B

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

Shades of Shiraz #881B3B

Tints of Shiraz #881B3B

Color information

#881B3B (or 0x881B3B) is unknown color: approx Shiraz. HEX triplet: 88, 1B and 3B. RGB value is (136,27,59). Sum of RGB (Red+Green+Blue) = 136+27+59=222 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.26% from 222); Green value is 27 (10.94% from 255 or 12.16% from 222); Blue value is 59 (23.44% from 255 or 26.58% from 222); Max value from RGB is 136 - color contains mainly: red. Hex color #881B3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881B3B is #77E4C4. Grayscale: #3F3F3F. Windows color (decimal): -7857349 or 3873672. OLE color: 3873672.

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

Color convert

RGB1362759-
CMYK00.800.570.47
HSL342.39º66.87%31.96%-
HSV(B)342.39º80.15%53.33%-
XYZ11.336.334.76-
YUV63.24125.61179.9-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 61.26%
GREEN value IS 27 (10.94% from 255) = 12.16%
BLUE value IS 59 (23.44% from 255) = 26.58%
R=61.26%
G=12.16%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136275900.800.570.47342.3966.8731.96
Hex881B3B050392F1564320
Octal21033730120715752610340
Binary1000100011011111011010100001110011011111010101101000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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