#882337

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

Shades of Shiraz #882337

Tints of Shiraz #882337

Color information

#882337 (or 0x882337) is unknown color: approx Shiraz. HEX triplet: 88, 23 and 37. RGB value is (136,35,55). Sum of RGB (Red+Green+Blue) = 136+35+55=226 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.18% from 226); Green value is 35 (14.06% from 255 or 15.49% from 226); Blue value is 55 (21.88% from 255 or 24.34% from 226); Max value from RGB is 136 - color contains mainly: red. Hex color #882337 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882337 is #77DCC8. Grayscale: #434343. Windows color (decimal): -7855305 or 3613576. OLE color: 3613576.

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

Color convert

RGB1363555-
CMYK00.740.600.47
HSL348.12º59.06%33.53%-
HSV(B)348.12º74.26%53.33%-
XYZ11.446.714.31-
YUV67.48120.96176.87-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 60.18%
GREEN value IS 35 (14.06% from 255) = 15.49%
BLUE value IS 55 (21.88% from 255) = 24.34%
R=60.18%
G=15.49%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136355500.740.600.47348.1259.0633.53
Hex88233704A3C2F15c3b22
Octal2104367011274575347342
Binary1000100010001111011101001010111100101111101011100111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882337; }

 p { color: rgb(136,35,55); }

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

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

 a { background-color: rgb(136,35,55); }

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

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

 span { border-color: rgb(136,35,55); }

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