#88393E

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

Shades of Stiletto #88393E

Tints of Stiletto #88393E

Color information

#88393E (or 0x88393E) is unknown color: approx Stiletto. HEX triplet: 88, 39 and 3E. RGB value is (136,57,62). Sum of RGB (Red+Green+Blue) = 136+57+62=255 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.33% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 62 (24.61% from 255 or 24.31% from 255); Max value from RGB is 136 - color contains mainly: red. Hex color #88393E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88393E is #77C6C1. Grayscale: #515151. Windows color (decimal): -7849666 or 4077960. OLE color: 4077960.

HSL color Cylindrical-coordinate representation of color #88393E: hue angle of 356.2º 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 #88393E is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB1365762-
CMYK00.580.540.47
HSL356.2º40.93%37.84%-
HSV(B)356.2º58.09%53.33%-
XYZ12.498.515.54-
YUV81.19117.17167.09-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.33%
GREEN value IS 57 (22.66% from 255) = 22.35%
BLUE value IS 62 (24.61% from 255) = 24.31%
R=53.33%
G=22.35%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136576200.580.540.47356.240.9337.84
Hex88393E03A362F1642926
Octal210717607266575445146
Binary100010001110011111100111010110110101111101100100101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88393E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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