#882933

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

Shades of Shiraz #882933

Tints of Shiraz #882933

Color information

#882933 (or 0x882933) is unknown color: approx Shiraz. HEX triplet: 88, 29 and 33. RGB value is (136,41,51). Sum of RGB (Red+Green+Blue) = 136+41+51=228 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.65% from 228); Green value is 41 (16.41% from 255 or 17.98% from 228); Blue value is 51 (20.31% from 255 or 22.37% from 228); Max value from RGB is 136 - color contains mainly: red. Hex color #882933 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882933 is #77D6CC. Grayscale: #464646. Windows color (decimal): -7853773 or 3352968. OLE color: 3352968.

HSL color Cylindrical-coordinate representation of color #882933: hue angle of 353.68º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #882933 is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB1364151-
CMYK00.700.620.47
HSL353.68º53.67%34.71%-
HSV(B)353.68º69.85%53.33%-
XYZ11.547.063.89-
YUV70.54116.97174.69-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 59.65%
GREEN value IS 41 (16.41% from 255) = 17.98%
BLUE value IS 51 (20.31% from 255) = 22.37%
R=59.65%
G=17.98%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136415100.700.620.47353.6853.6734.71
Hex8829330463E2F1623623
Octal2105163010676575426643
Binary1000100010100111001101000110111110101111101100010110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882933; }

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

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

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

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

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

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

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

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