#881E2E

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

Shades of Shiraz #881E2E

Tints of Shiraz #881E2E

Color information

#881E2E (or 0x881E2E) is unknown color: approx Shiraz. HEX triplet: 88, 1E and 2E. RGB value is (136,30,46). Sum of RGB (Red+Green+Blue) = 136+30+46=212 (28% of max value = 765). Red value is 136 (53.52% from 255 or 64.15% from 212); Green value is 30 (12.11% from 255 or 14.15% from 212); Blue value is 46 (18.36% from 255 or 21.70% from 212); Max value from RGB is 136 - color contains mainly: red. Hex color #881E2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881E2E is #77E1D1. Grayscale: #3F3F3F. Windows color (decimal): -7856594 or 3022472. OLE color: 3022472.

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

Color convert

RGB1363046-
CMYK00.780.660.47
HSL350.94º63.86%32.55%-
HSV(B)350.94º77.94%53.33%-
XYZ11.116.363.23-
YUV63.52118.12179.7-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 64.15%
GREEN value IS 30 (12.11% from 255) = 14.15%
BLUE value IS 46 (18.36% from 255) = 21.70%
R=64.15%
G=14.15%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136304600.780.660.47350.9463.8632.55
Hex881E2E04E422F15f4021
Octal210365601161025753710041
Binary10001000111101011100100111010000101011111010111111000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,30,46); }

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

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

 a { background-color: rgb(136,30,46); }

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

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

 span { border-color: rgb(136,30,46); }

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