#88393A

Color #88393A Stiletto (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stiletto #88393A

Tints of Stiletto #88393A

Color information

#88393A (or 0x88393A) is unknown color: approx Stiletto. HEX triplet: 88, 39 and 3A. RGB value is (136,57,58). Sum of RGB (Red+Green+Blue) = 136+57+58=251 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.18% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 58 (23.05% from 255 or 23.11% from 251); Max value from RGB is 136 - color contains mainly: red. Hex color #88393A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88393A is #77C6C5. Grayscale: #505050. Windows color (decimal): -7849670 or 3815816. OLE color: 3815816.

HSL color Cylindrical-coordinate representation of color #88393A: hue angle of 359.24º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #88393A is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB1365758-
CMYK00.580.570.47
HSL359.24º40.93%37.84%-
HSV(B)359.24º58.09%53.33%-
XYZ12.388.474.98-
YUV80.73115.17167.42-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 54.18%
GREEN value IS 57 (22.66% from 255) = 22.71%
BLUE value IS 58 (23.05% from 255) = 23.11%
R=54.18%
G=22.71%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136575800.580.570.47359.2440.9337.84
Hex88393A03A392F1672926
Octal210717207271575475146
Binary100010001110011110100111010111001101111101100111101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88393A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88393A; }

 p { color: rgb(136,57,58); }

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

<style>
 a { background-color: #88393A; }

 a { background-color: rgb(136,57,58); }

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

<style>
 span { border-color: #88393A; }

 span { border-color: rgb(136,57,58); }

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