#882839

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

Shades of Shiraz #882839

Tints of Shiraz #882839

Color information

#882839 (or 0x882839) is unknown color: approx Shiraz. HEX triplet: 88, 28 and 39. RGB value is (136,40,57). Sum of RGB (Red+Green+Blue) = 136+40+57=233 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.37% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 57 (22.66% from 255 or 24.46% from 233); Max value from RGB is 136 - color contains mainly: red. Hex color #882839 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882839 is #77D7C6. Grayscale: #464646. Windows color (decimal): -7854023 or 3745928. OLE color: 3745928.

HSL color Cylindrical-coordinate representation of color #882839: hue angle of 349.38º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #882839 is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB1364057-
CMYK00.710.580.47
HSL349.38º54.55%34.51%-
HSV(B)349.38º70.59%53.33%-
XYZ11.657.054.62-
YUV70.64120.3174.62-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 58.37%
GREEN value IS 40 (16.02% from 255) = 17.17%
BLUE value IS 57 (22.66% from 255) = 24.46%
R=58.37%
G=17.17%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136405700.710.580.47349.3854.5534.51
Hex8828390473A2F15d3723
Octal2105071010772575356743
Binary1000100010100011100101000111111010101111101011101110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882839; }

 p { color: rgb(136,40,57); }

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

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

 a { background-color: rgb(136,40,57); }

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

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

 span { border-color: rgb(136,40,57); }

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