#88283B

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

Shades of Shiraz #88283B

Tints of Shiraz #88283B

Color information

#88283B (or 0x88283B) is unknown color: approx Shiraz. HEX triplet: 88, 28 and 3B. RGB value is (136,40,59). Sum of RGB (Red+Green+Blue) = 136+40+59=235 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.87% from 235); Green value is 40 (16.02% from 255 or 17.02% from 235); Blue value is 59 (23.44% from 255 or 25.11% from 235); Max value from RGB is 136 - color contains mainly: red. Hex color #88283B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88283B is #77D7C4. Grayscale: #464646. Windows color (decimal): -7854021 or 3877000. OLE color: 3877000.

HSL color Cylindrical-coordinate representation of color #88283B: hue angle of 348.12º 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 #88283B is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB1364059-
CMYK00.710.570.47
HSL348.12º54.55%34.51%-
HSV(B)348.12º70.59%53.33%-
XYZ11.77.074.89-
YUV70.87121.3174.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 57.87%
GREEN value IS 40 (16.02% from 255) = 17.02%
BLUE value IS 59 (23.44% from 255) = 25.11%
R=57.87%
G=17.02%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136405900.710.570.47348.1254.5534.51
Hex88283B047392F15c3723
Octal2105073010771575346743
Binary1000100010100011101101000111111001101111101011100110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88283B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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