#882A36

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

Shades of Shiraz #882A36

Tints of Shiraz #882A36

Color information

#882A36 (or 0x882A36) is unknown color: approx Shiraz. HEX triplet: 88, 2A and 36. RGB value is (136,42,54). Sum of RGB (Red+Green+Blue) = 136+42+54=232 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.62% from 232); Green value is 42 (16.80% from 255 or 18.10% from 232); Blue value is 54 (21.48% from 255 or 23.28% from 232); Max value from RGB is 136 - color contains mainly: red. Hex color #882A36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882A36 is #77D5C9. Grayscale: #474747. Windows color (decimal): -7853514 or 3549832. OLE color: 3549832.

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

Color convert

RGB1364254-
CMYK00.690.600.47
HSL352.34º52.81%34.9%-
HSV(B)352.34º69.12%53.33%-
XYZ11.657.164.26-
YUV71.47118.14174.02-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 58.62%
GREEN value IS 42 (16.80% from 255) = 18.10%
BLUE value IS 54 (21.48% from 255) = 23.28%
R=58.62%
G=18.10%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136425400.690.600.47352.3452.8134.9
Hex882A360453C2F1603523
Octal2105266010574575406543
Binary1000100010101011011001000101111100101111101100000110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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