#882934

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

Shades of Shiraz #882934

Tints of Shiraz #882934

Color information

#882934 (or 0x882934) is unknown color: approx Shiraz. HEX triplet: 88, 29 and 34. RGB value is (136,41,52). Sum of RGB (Red+Green+Blue) = 136+41+52=229 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.39% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 52 (20.70% from 255 or 22.71% from 229); Max value from RGB is 136 - color contains mainly: red. Hex color #882934 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882934 is #77D6CB. Grayscale: #464646. Windows color (decimal): -7853772 or 3418504. OLE color: 3418504.

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

Color convert

RGB1364152-
CMYK00.700.620.47
HSL353.05º53.67%34.71%-
HSV(B)353.05º69.85%53.33%-
XYZ11.577.074-
YUV70.66117.47174.61-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 59.39%
GREEN value IS 41 (16.41% from 255) = 17.90%
BLUE value IS 52 (20.70% from 255) = 22.71%
R=59.39%
G=17.90%
B=22.71%

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
Decimal136415200.700.620.47353.0553.6734.71
Hex8829340463E2F1613623
Octal2105164010676575416643
Binary1000100010100111010001000110111110101111101100001110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882934; }

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

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

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

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

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

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

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

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