#882A33

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

Shades of Shiraz #882A33

Tints of Shiraz #882A33

Color information

#882A33 (or 0x882A33) is unknown color: approx Shiraz. HEX triplet: 88, 2A and 33. RGB value is (136,42,51). Sum of RGB (Red+Green+Blue) = 136+42+51=229 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.39% from 229); Green value is 42 (16.80% from 255 or 18.34% from 229); Blue value is 51 (20.31% from 255 or 22.27% from 229); Max value from RGB is 136 - color contains mainly: red. Hex color #882A33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882A33 is #77D5CC. Grayscale: #474747. Windows color (decimal): -7853517 or 3353224. OLE color: 3353224.

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

Color convert

RGB1364251-
CMYK00.690.620.47
HSL354.26º52.81%34.9%-
HSV(B)354.26º69.12%53.33%-
XYZ11.587.133.9-
YUV71.13116.64174.27-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 59.39%
GREEN value IS 42 (16.80% from 255) = 18.34%
BLUE value IS 51 (20.31% from 255) = 22.27%
R=59.39%
G=18.34%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136425100.690.620.47354.2652.8134.9
Hex882A330453E2F1623523
Octal2105263010576575426543
Binary1000100010101011001101000101111110101111101100010110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882A33; }

 p { color: rgb(136,42,51); }

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

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

 a { background-color: rgb(136,42,51); }

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

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

 span { border-color: rgb(136,42,51); }

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