#88153C

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

Shades of Shiraz #88153C

Tints of Shiraz #88153C

Color information

#88153C (or 0x88153C) is unknown color: approx Shiraz. HEX triplet: 88, 15 and 3C. RGB value is (136,21,60). Sum of RGB (Red+Green+Blue) = 136+21+60=217 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.67% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 60 (23.83% from 255 or 27.65% from 217); Max value from RGB is 136 - color contains mainly: red. Hex color #88153C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88153C is #77EAC3. Grayscale: #3B3B3B. Windows color (decimal): -7858884 or 3937672. OLE color: 3937672.

HSL color Cylindrical-coordinate representation of color #88153C: hue angle of 339.65º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #88153C is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB1362160-
CMYK00.850.560.47
HSL339.65º73.25%30.78%-
HSV(B)339.65º84.56%53.33%-
XYZ11.246.14.86-
YUV59.83128.1182.33-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 62.67%
GREEN value IS 21 (8.59% from 255) = 9.68%
BLUE value IS 60 (23.83% from 255) = 27.65%
R=62.67%
G=9.68%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136216000.850.560.47339.6573.2530.78
Hex88153C055382F154491f
Octal21025740125705752411137
Binary100010001010111110001010101111000101111101010100100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88153C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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