#88163C

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

Shades of Shiraz #88163C

Tints of Shiraz #88163C

Color information

#88163C (or 0x88163C) is unknown color: approx Shiraz. HEX triplet: 88, 16 and 3C. RGB value is (136,22,60). Sum of RGB (Red+Green+Blue) = 136+22+60=218 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.39% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 136 - color contains mainly: red. Hex color #88163C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88163C is #77E9C3. Grayscale: #3C3C3C. Windows color (decimal): -7858628 or 3937928. OLE color: 3937928.

HSL color Cylindrical-coordinate representation of color #88163C: hue angle of 340º 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 #88163C is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB1362260-
CMYK00.840.560.47
HSL340º72.15%30.98%-
HSV(B)340º83.82%53.33%-
XYZ11.266.134.87-
YUV60.42127.77181.91-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 62.39%
GREEN value IS 22 (8.98% from 255) = 10.09%
BLUE value IS 60 (23.83% from 255) = 27.52%
R=62.39%
G=10.09%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136226000.840.560.4734072.1530.98
Hex88163C054382F154481f
Octal21026740124705752411037
Binary100010001011011110001010100111000101111101010100100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88163C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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