#882D40

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

Shades of Shiraz #882D40

Tints of Shiraz #882D40

Color information

#882D40 (or 0x882D40) is unknown color: approx Shiraz. HEX triplet: 88, 2D and 40. RGB value is (136,45,64). Sum of RGB (Red+Green+Blue) = 136+45+64=245 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.51% from 245); Green value is 45 (17.97% from 255 or 18.37% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 136 - color contains mainly: red. Hex color #882D40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882D40 is #77D2BF. Grayscale: #4A4A4A. Windows color (decimal): -7852736 or 4205960. OLE color: 4205960.

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

Color convert

RGB1364564-
CMYK00.670.530.47
HSL347.47º50.28%35.49%-
HSV(B)347.47º66.91%53.33%-
XYZ12.027.485.66-
YUV74.38122.15171.96-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.51%
GREEN value IS 45 (17.97% from 255) = 18.37%
BLUE value IS 64 (25.39% from 255) = 26.12%
R=55.51%
G=18.37%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136456400.670.530.47347.4750.2835.49
Hex882D40043352F15b3223
Octal21055100010365575336243
Binary10001000101101100000001000011110101101111101011011110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,45,64); }

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

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

 a { background-color: rgb(136,45,64); }

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

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

 span { border-color: rgb(136,45,64); }

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