#88393D

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

Shades of Stiletto #88393D

Tints of Stiletto #88393D

Color information

#88393D (or 0x88393D) is unknown color: approx Stiletto. HEX triplet: 88, 39 and 3D. RGB value is (136,57,61). Sum of RGB (Red+Green+Blue) = 136+57+61=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 57 (22.66% from 255 or 22.44% from 254); Blue value is 61 (24.22% from 255 or 24.02% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #88393D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88393D is #77C6C2. Grayscale: #515151. Windows color (decimal): -7849667 or 4012424. OLE color: 4012424.

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

Color convert

RGB1365761-
CMYK00.580.550.47
HSL356.96º40.93%37.84%-
HSV(B)356.96º58.09%53.33%-
XYZ12.468.55.4-
YUV81.08116.67167.17-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.54%
GREEN value IS 57 (22.66% from 255) = 22.44%
BLUE value IS 61 (24.22% from 255) = 24.02%
R=53.54%
G=22.44%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136576100.580.550.47356.9640.9337.84
Hex88393D03A372F1652926
Octal210717507267575455146
Binary100010001110011111010111010110111101111101100101101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88393D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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