#882538

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

Shades of Shiraz #882538

Tints of Shiraz #882538

Color information

#882538 (or 0x882538) is unknown color: approx Shiraz. HEX triplet: 88, 25 and 38. RGB value is (136,37,56). Sum of RGB (Red+Green+Blue) = 136+37+56=229 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.39% from 229); Green value is 37 (14.84% from 255 or 16.16% from 229); Blue value is 56 (22.27% from 255 or 24.45% from 229); Max value from RGB is 136 - color contains mainly: red. Hex color #882538 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882538 is #77DAC7. Grayscale: #444444. Windows color (decimal): -7854792 or 3679624. OLE color: 3679624.

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

Color convert

RGB1363756-
CMYK00.730.590.47
HSL348.48º57.23%33.92%-
HSV(B)348.48º72.79%53.33%-
XYZ11.536.844.45-
YUV68.77120.8175.96-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 59.39%
GREEN value IS 37 (14.84% from 255) = 16.16%
BLUE value IS 56 (22.27% from 255) = 24.45%
R=59.39%
G=16.16%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136375600.730.590.47348.4857.2333.92
Hex8825380493B2F15c3922
Octal2104570011173575347142
Binary1000100010010111100001001001111011101111101011100111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882538; }

 p { color: rgb(136,37,56); }

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

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

 a { background-color: rgb(136,37,56); }

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

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

 span { border-color: rgb(136,37,56); }

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