#882132

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

Shades of Shiraz #882132

Tints of Shiraz #882132

Color information

#882132 (or 0x882132) is unknown color: approx Shiraz. HEX triplet: 88, 21 and 32. RGB value is (136,33,50). Sum of RGB (Red+Green+Blue) = 136+33+50=219 (29% of max value = 765). Red value is 136 (53.52% from 255 or 62.10% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 50 (19.92% from 255 or 22.83% from 219); Max value from RGB is 136 - color contains mainly: red. Hex color #882132 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882132 is #77DECD. Grayscale: #414141. Windows color (decimal): -7855822 or 3285384. OLE color: 3285384.

HSL color Cylindrical-coordinate representation of color #882132: hue angle of 350.1º 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 #882132 is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB1363350-
CMYK00.760.630.47
HSL350.1º60.95%33.14%-
HSV(B)350.1º75.74%53.33%-
XYZ11.276.553.69-
YUV65.74119.12178.12-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 62.10%
GREEN value IS 33 (13.28% from 255) = 15.07%
BLUE value IS 50 (19.92% from 255) = 22.83%
R=62.10%
G=15.07%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136335000.760.630.47350.160.9533.14
Hex88213204C3F2F15e3d21
Octal2104162011477575367541
Binary1000100010000111001001001100111111101111101011110111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882132; }

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

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

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

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

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

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

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

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