#882A3D

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

Shades of Shiraz #882A3D

Tints of Shiraz #882A3D

Color information

#882A3D (or 0x882A3D) is unknown color: approx Shiraz. HEX triplet: 88, 2A and 3D. RGB value is (136,42,61). Sum of RGB (Red+Green+Blue) = 136+42+61=239 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.90% from 239); Green value is 42 (16.80% from 255 or 17.57% from 239); Blue value is 61 (24.22% from 255 or 25.52% from 239); Max value from RGB is 136 - color contains mainly: red. Hex color #882A3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882A3D is #77D5C2. Grayscale: #484848. Windows color (decimal): -7853507 or 4008584. OLE color: 4008584.

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

Color convert

RGB1364261-
CMYK00.690.550.47
HSL347.87º52.81%34.9%-
HSV(B)347.87º69.12%53.33%-
XYZ11.827.235.19-
YUV72.27121.64173.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 56.90%
GREEN value IS 42 (16.80% from 255) = 17.57%
BLUE value IS 61 (24.22% from 255) = 25.52%
R=56.90%
G=17.57%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136426100.690.550.47347.8752.8134.9
Hex882A3D045372F15c3523
Octal2105275010567575346543
Binary1000100010101011110101000101110111101111101011100110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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