#882B3E

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

Shades of Shiraz #882B3E

Tints of Shiraz #882B3E

Color information

#882B3E (or 0x882B3E) is unknown color: approx Shiraz. HEX triplet: 88, 2B and 3E. RGB value is (136,43,62). Sum of RGB (Red+Green+Blue) = 136+43+62=241 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.43% from 241); Green value is 43 (17.19% from 255 or 17.84% from 241); Blue value is 62 (24.61% from 255 or 25.73% from 241); Max value from RGB is 136 - color contains mainly: red. Hex color #882B3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882B3E is #77D4C1. Grayscale: #484848. Windows color (decimal): -7853250 or 4074376. OLE color: 4074376.

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

Color convert

RGB1364362-
CMYK00.680.540.47
HSL347.74º51.96%35.1%-
HSV(B)347.74º68.38%53.33%-
XYZ11.897.315.34-
YUV72.97121.81172.96-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 56.43%
GREEN value IS 43 (17.19% from 255) = 17.84%
BLUE value IS 62 (24.61% from 255) = 25.73%
R=56.43%
G=17.84%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136436200.680.540.47347.7451.9635.1
Hex882B3E044362F15c3423
Octal2105376010466575346443
Binary1000100010101111111001000100110110101111101011100110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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