#882731

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

Shades of Shiraz #882731

Tints of Shiraz #882731

Color information

#882731 (or 0x882731) is unknown color: approx Shiraz. HEX triplet: 88, 27 and 31. RGB value is (136,39,49). Sum of RGB (Red+Green+Blue) = 136+39+49=224 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.71% from 224); Green value is 39 (15.62% from 255 or 17.41% from 224); Blue value is 49 (19.53% from 255 or 21.88% from 224); Max value from RGB is 136 - color contains mainly: red. Hex color #882731 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882731 is #77D8CE. Grayscale: #454545. Windows color (decimal): -7854287 or 3221384. OLE color: 3221384.

HSL color Cylindrical-coordinate representation of color #882731: hue angle of 353.81º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #882731 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB1363949-
CMYK00.710.640.47
HSL353.81º55.43%34.31%-
HSV(B)353.81º71.32%53.33%-
XYZ11.436.913.64-
YUV69.14116.64175.69-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 60.71%
GREEN value IS 39 (15.62% from 255) = 17.41%
BLUE value IS 49 (19.53% from 255) = 21.88%
R=60.71%
G=17.41%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136394900.710.640.47353.8155.4334.31
Hex882731047402F1623722
Octal21047610107100575426742
Binary10001000100111110001010001111000000101111101100010110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882731; }

 p { color: rgb(136,39,49); }

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

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

 a { background-color: rgb(136,39,49); }

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

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

 span { border-color: rgb(136,39,49); }

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