#882C41

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

Shades of Shiraz #882C41

Tints of Shiraz #882C41

Color information

#882C41 (or 0x882C41) is unknown color: approx Shiraz. HEX triplet: 88, 2C and 41. RGB value is (136,44,65). Sum of RGB (Red+Green+Blue) = 136+44+65=245 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.51% from 245); Green value is 44 (17.58% from 255 or 17.96% from 245); Blue value is 65 (25.78% from 255 or 26.53% from 245); Max value from RGB is 136 - color contains mainly: red. Hex color #882C41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882C41 is #77D3BE. Grayscale: #494949. Windows color (decimal): -7852991 or 4271240. OLE color: 4271240.

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

Color convert

RGB1364465-
CMYK00.680.520.47
HSL346.3º51.11%35.29%-
HSV(B)346.3º67.65%53.33%-
XYZ12.017.425.8-
YUV73.9122.98172.29-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.51%
GREEN value IS 44 (17.58% from 255) = 17.96%
BLUE value IS 65 (25.78% from 255) = 26.53%
R=55.51%
G=17.96%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136446500.680.520.47346.351.1135.29
Hex882C41044342F15a3323
Octal21054101010464575326343
Binary10001000101100100000101000100110100101111101011010110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,44,65); }

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

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

 a { background-color: rgb(136,44,65); }

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

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

 span { border-color: rgb(136,44,65); }

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