#882740

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

Shades of Shiraz #882740

Tints of Shiraz #882740

Color information

#882740 (or 0x882740) is unknown color: approx Shiraz. HEX triplet: 88, 27 and 40. RGB value is (136,39,64). Sum of RGB (Red+Green+Blue) = 136+39+64=239 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.90% from 239); Green value is 39 (15.62% from 255 or 16.32% from 239); Blue value is 64 (25.39% from 255 or 26.78% from 239); Max value from RGB is 136 - color contains mainly: red. Hex color #882740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882740 is #77D8BF. Grayscale: #464646. Windows color (decimal): -7854272 or 4204424. OLE color: 4204424.

HSL color Cylindrical-coordinate representation of color #882740: hue angle of 344.54º 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 #882740 is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB1363964-
CMYK00.710.530.47
HSL344.54º55.43%34.31%-
HSV(B)344.54º71.32%53.33%-
XYZ11.87.065.59-
YUV70.85124.14174.47-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 56.90%
GREEN value IS 39 (15.62% from 255) = 16.32%
BLUE value IS 64 (25.39% from 255) = 26.78%
R=56.90%
G=16.32%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136396400.710.530.47344.5455.4334.31
Hex882740047352F1593722
Octal21047100010765575316742
Binary10001000100111100000001000111110101101111101011001110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882740; }

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

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

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

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

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

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

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

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