#882534

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

Shades of Shiraz #882534

Tints of Shiraz #882534

Color information

#882534 (or 0x882534) is unknown color: approx Shiraz. HEX triplet: 88, 25 and 34. RGB value is (136,37,52). Sum of RGB (Red+Green+Blue) = 136+37+52=225 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.44% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 52 (20.70% from 255 or 23.11% from 225); Max value from RGB is 136 - color contains mainly: red. Hex color #882534 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882534 is #77DACB. Grayscale: #444444. Windows color (decimal): -7854796 or 3417480. OLE color: 3417480.

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

Color convert

RGB1363752-
CMYK00.730.620.47
HSL350.91º57.23%33.92%-
HSV(B)350.91º72.79%53.33%-
XYZ11.436.813.96-
YUV68.31118.8176.28-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 60.44%
GREEN value IS 37 (14.84% from 255) = 16.44%
BLUE value IS 52 (20.70% from 255) = 23.11%
R=60.44%
G=16.44%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136375200.730.620.47350.9157.2333.92
Hex8825340493E2F15f3922
Octal2104564011176575377142
Binary1000100010010111010001001001111110101111101011111111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882534; }

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

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

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

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

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

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

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

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