#88293E

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

Shades of Shiraz #88293E

Tints of Shiraz #88293E

Color information

#88293E (or 0x88293E) is unknown color: approx Shiraz. HEX triplet: 88, 29 and 3E. RGB value is (136,41,62). Sum of RGB (Red+Green+Blue) = 136+41+62=239 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.90% from 239); Green value is 41 (16.41% from 255 or 17.15% from 239); Blue value is 62 (24.61% from 255 or 25.94% from 239); Max value from RGB is 136 - color contains mainly: red. Hex color #88293E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88293E is #77D6C1. Grayscale: #474747. Windows color (decimal): -7853762 or 4073864. OLE color: 4073864.

HSL color Cylindrical-coordinate representation of color #88293E: hue angle of 346.74º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #88293E is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB1364162-
CMYK00.700.540.47
HSL346.74º53.67%34.71%-
HSV(B)346.74º69.85%53.33%-
XYZ11.827.175.32-
YUV71.8122.47173.79-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 56.90%
GREEN value IS 41 (16.41% from 255) = 17.15%
BLUE value IS 62 (24.61% from 255) = 25.94%
R=56.90%
G=17.15%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136416200.700.540.47346.7453.6734.71
Hex88293E046362F15b3623
Octal2105176010666575336643
Binary1000100010100111111001000110110110101111101011011110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88293E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88293E; }

 p { color: rgb(136,41,62); }

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

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

 a { background-color: rgb(136,41,62); }

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

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

 span { border-color: rgb(136,41,62); }

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