#882136

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

Shades of Shiraz #882136

Tints of Shiraz #882136

Color information

#882136 (or 0x882136) is unknown color: approx Shiraz. HEX triplet: 88, 21 and 36. RGB value is (136,33,54). Sum of RGB (Red+Green+Blue) = 136+33+54=223 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.99% from 223); Green value is 33 (13.28% from 255 or 14.80% from 223); Blue value is 54 (21.48% from 255 or 24.22% from 223); Max value from RGB is 136 - color contains mainly: red. Hex color #882136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882136 is #77DEC9. Grayscale: #424242. Windows color (decimal): -7855818 or 3547528. OLE color: 3547528.

HSL color Cylindrical-coordinate representation of color #882136: hue angle of 347.77º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #882136 is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB1363354-
CMYK00.760.600.47
HSL347.77º60.95%33.14%-
HSV(B)347.77º75.74%53.33%-
XYZ11.366.594.16-
YUV66.19121.12177.79-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 60.99%
GREEN value IS 33 (13.28% from 255) = 14.80%
BLUE value IS 54 (21.48% from 255) = 24.22%
R=60.99%
G=14.80%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136335400.760.600.47347.7760.9533.14
Hex88213604C3C2F15c3d21
Octal2104166011474575347541
Binary1000100010000111011001001100111100101111101011100111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882136; }

 p { color: rgb(136,33,54); }

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

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

 a { background-color: rgb(136,33,54); }

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

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

 span { border-color: rgb(136,33,54); }

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