#882B39

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

Shades of Shiraz #882B39

Tints of Shiraz #882B39

Color information

#882B39 (or 0x882B39) is unknown color: approx Shiraz. HEX triplet: 88, 2B and 39. RGB value is (136,43,57). Sum of RGB (Red+Green+Blue) = 136+43+57=236 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.63% from 236); Green value is 43 (17.19% from 255 or 18.22% from 236); Blue value is 57 (22.66% from 255 or 24.15% from 236); Max value from RGB is 136 - color contains mainly: red. Hex color #882B39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882B39 is #77D4C6. Grayscale: #484848. Windows color (decimal): -7853255 or 3746696. OLE color: 3746696.

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

Color convert

RGB1364357-
CMYK00.680.580.47
HSL350.97º51.96%35.1%-
HSV(B)350.97º68.38%53.33%-
XYZ11.767.264.65-
YUV72.4119.31173.36-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 57.63%
GREEN value IS 43 (17.19% from 255) = 18.22%
BLUE value IS 57 (22.66% from 255) = 24.15%
R=57.63%
G=18.22%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136435700.680.580.47350.9751.9635.1
Hex882B390443A2F15f3423
Octal2105371010472575376443
Binary1000100010101111100101000100111010101111101011111110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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