#882A3E

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

Shades of Shiraz #882A3E

Tints of Shiraz #882A3E

Color information

#882A3E (or 0x882A3E) is unknown color: approx Shiraz. HEX triplet: 88, 2A and 3E. RGB value is (136,42,62). Sum of RGB (Red+Green+Blue) = 136+42+62=240 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.67% from 240); Green value is 42 (16.80% from 255 or 17.5% from 240); Blue value is 62 (24.61% from 255 or 25.83% from 240); Max value from RGB is 136 - color contains mainly: red. Hex color #882A3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882A3E is #77D5C1. Grayscale: #484848. Windows color (decimal): -7853506 or 4074120. OLE color: 4074120.

HSL color Cylindrical-coordinate representation of color #882A3E: hue angle of 347.23º 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 #882A3E is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB1364262-
CMYK00.690.540.47
HSL347.23º52.81%34.9%-
HSV(B)347.23º69.12%53.33%-
XYZ11.857.245.33-
YUV72.39122.14173.37-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 56.67%
GREEN value IS 42 (16.80% from 255) = 17.5%
BLUE value IS 62 (24.61% from 255) = 25.83%
R=56.67%
G=17.5%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136426200.690.540.47347.2352.8134.9
Hex882A3E045362F15b3523
Octal2105276010566575336543
Binary1000100010101011111001000101110110101111101011011110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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