#88283C

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

Shades of Shiraz #88283C

Tints of Shiraz #88283C

Color information

#88283C (or 0x88283C) is unknown color: approx Shiraz. HEX triplet: 88, 28 and 3C. RGB value is (136,40,60). Sum of RGB (Red+Green+Blue) = 136+40+60=236 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.63% from 236); Green value is 40 (16.02% from 255 or 16.95% from 236); Blue value is 60 (23.83% from 255 or 25.42% from 236); Max value from RGB is 136 - color contains mainly: red. Hex color #88283C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88283C is #77D7C3. Grayscale: #464646. Windows color (decimal): -7854020 or 3942536. OLE color: 3942536.

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

Color convert

RGB1364060-
CMYK00.710.560.47
HSL347.5º54.55%34.51%-
HSV(B)347.5º70.59%53.33%-
XYZ11.737.085.02-
YUV70.98121.8174.37-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 57.63%
GREEN value IS 40 (16.02% from 255) = 16.95%
BLUE value IS 60 (23.83% from 255) = 25.42%
R=57.63%
G=16.95%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136406000.710.560.47347.554.5534.51
Hex88283C047382F15c3723
Octal2105074010770575346743
Binary1000100010100011110001000111111000101111101011100110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88283C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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