#88163B

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

Shades of Shiraz #88163B

Tints of Shiraz #88163B

Color information

#88163B (or 0x88163B) is unknown color: approx Shiraz. HEX triplet: 88, 16 and 3B. RGB value is (136,22,59). Sum of RGB (Red+Green+Blue) = 136+22+59=217 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.67% from 217); Green value is 22 (8.98% from 255 or 10.14% from 217); Blue value is 59 (23.44% from 255 or 27.19% from 217); Max value from RGB is 136 - color contains mainly: red. Hex color #88163B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88163B is #77E9C4. Grayscale: #3C3C3C. Windows color (decimal): -7858629 or 3872392. OLE color: 3872392.

HSL color Cylindrical-coordinate representation of color #88163B: hue angle of 340.53º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #88163B is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB1362259-
CMYK00.840.570.47
HSL340.53º72.15%30.98%-
HSV(B)340.53º83.82%53.33%-
XYZ11.236.124.73-
YUV60.3127.27181.99-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 62.67%
GREEN value IS 22 (8.98% from 255) = 10.14%
BLUE value IS 59 (23.44% from 255) = 27.19%
R=62.67%
G=10.14%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136225900.840.570.47340.5372.1530.98
Hex88163B054392F155481f
Octal21026730124715752511037
Binary100010001011011101101010100111001101111101010101100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88163B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88163B; }

 p { color: rgb(136,22,59); }

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

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

 a { background-color: rgb(136,22,59); }

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

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

 span { border-color: rgb(136,22,59); }

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