#881F33

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

Shades of Shiraz #881F33

Tints of Shiraz #881F33

Color information

#881F33 (or 0x881F33) is unknown color: approx Shiraz. HEX triplet: 88, 1F and 33. RGB value is (136,31,51). Sum of RGB (Red+Green+Blue) = 136+31+51=218 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.39% from 218); Green value is 31 (12.5% from 255 or 14.22% from 218); Blue value is 51 (20.31% from 255 or 23.39% from 218); Max value from RGB is 136 - color contains mainly: red. Hex color #881F33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881F33 is #77E0CC. Grayscale: #404040. Windows color (decimal): -7856333 or 3350408. OLE color: 3350408.

HSL color Cylindrical-coordinate representation of color #881F33: hue angle of 348.57º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #881F33 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB1363151-
CMYK00.770.620.47
HSL348.57º62.87%32.75%-
HSV(B)348.57º77.21%53.33%-
XYZ11.246.453.79-
YUV64.68120.29178.87-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 62.39%
GREEN value IS 31 (12.5% from 255) = 14.22%
BLUE value IS 51 (20.31% from 255) = 23.39%
R=62.39%
G=14.22%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136315100.770.620.47348.5762.8732.75
Hex881F3304D3E2F15d3f21
Octal2103763011576575357741
Binary100010001111111001101001101111110101111101011101111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,31,51); }

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

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

 a { background-color: rgb(136,31,51); }

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

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

 span { border-color: rgb(136,31,51); }

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