#88233C

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

Shades of Shiraz #88233C

Tints of Shiraz #88233C

Color information

#88233C (or 0x88233C) is unknown color: approx Shiraz. HEX triplet: 88, 23 and 3C. RGB value is (136,35,60). Sum of RGB (Red+Green+Blue) = 136+35+60=231 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.87% from 231); Green value is 35 (14.06% from 255 or 15.15% from 231); Blue value is 60 (23.83% from 255 or 25.97% from 231); Max value from RGB is 136 - color contains mainly: red. Hex color #88233C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88233C is #77DCC3. Grayscale: #444444. Windows color (decimal): -7855300 or 3941256. OLE color: 3941256.

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

Color convert

RGB1363560-
CMYK00.740.560.47
HSL345.15º59.06%33.53%-
HSV(B)345.15º74.26%53.33%-
XYZ11.576.764.97-
YUV68.05123.46176.47-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 58.87%
GREEN value IS 35 (14.06% from 255) = 15.15%
BLUE value IS 60 (23.83% from 255) = 25.97%
R=58.87%
G=15.15%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136356000.740.560.47345.1559.0633.53
Hex88233C04A382F1593b22
Octal2104374011270575317342
Binary1000100010001111110001001010111000101111101011001111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88233C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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