#881C31

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

Shades of Shiraz #881C31

Tints of Shiraz #881C31

Color information

#881C31 (or 0x881C31) is unknown color: approx Shiraz. HEX triplet: 88, 1C and 31. RGB value is (136,28,49). Sum of RGB (Red+Green+Blue) = 136+28+49=213 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.85% from 213); Green value is 28 (11.33% from 255 or 13.15% from 213); Blue value is 49 (19.53% from 255 or 23.00% from 213); Max value from RGB is 136 - color contains mainly: red. Hex color #881C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881C31 is #77E3CE. Grayscale: #3E3E3E. Windows color (decimal): -7857103 or 3218568. OLE color: 3218568.

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

Color convert

RGB1362849-
CMYK00.790.640.47
HSL348.33º65.85%32.16%-
HSV(B)348.33º79.41%53.33%-
XYZ11.126.293.53-
YUV62.69120.28180.29-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 63.85%
GREEN value IS 28 (11.33% from 255) = 13.15%
BLUE value IS 49 (19.53% from 255) = 23.00%
R=63.85%
G=13.15%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136284900.790.640.47348.3365.8532.16
Hex881C3104F402F15c4220
Octal210346101171005753410240
Binary10001000111001100010100111110000001011111010111001000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,28,49); }

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

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

 a { background-color: rgb(136,28,49); }

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

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

 span { border-color: rgb(136,28,49); }

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