#882233

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

Shades of Shiraz #882233

Tints of Shiraz #882233

Color information

#882233 (or 0x882233) is unknown color: approx Shiraz. HEX triplet: 88, 22 and 33. RGB value is (136,34,51). Sum of RGB (Red+Green+Blue) = 136+34+51=221 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.54% from 221); Green value is 34 (13.67% from 255 or 15.38% from 221); Blue value is 51 (20.31% from 255 or 23.08% from 221); Max value from RGB is 136 - color contains mainly: red. Hex color #882233 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882233 is #77DDCC. Grayscale: #424242. Windows color (decimal): -7855565 or 3351176. OLE color: 3351176.

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

Color convert

RGB1363451-
CMYK00.750.620.47
HSL350º60%33.33%-
HSV(B)350º75%53.33%-
XYZ11.326.623.81-
YUV66.44119.29177.62-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 61.54%
GREEN value IS 34 (13.67% from 255) = 15.38%
BLUE value IS 51 (20.31% from 255) = 23.08%
R=61.54%
G=15.38%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136345100.750.620.473506033.33
Hex88223304B3E2F15e3c21
Octal2104263011376575367441
Binary1000100010001011001101001011111110101111101011110111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882233; }

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

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

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

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

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

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

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

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