#88363E

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

Shades of Stiletto #88363E

Tints of Stiletto #88363E

Color information

#88363E (or 0x88363E) is unknown color: approx Stiletto. HEX triplet: 88, 36 and 3E. RGB value is (136,54,62). Sum of RGB (Red+Green+Blue) = 136+54+62=252 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.97% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 62 (24.61% from 255 or 24.60% from 252); Max value from RGB is 136 - color contains mainly: red. Hex color #88363E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88363E is #77C9C1. Grayscale: #4F4F4F. Windows color (decimal): -7850434 or 4077192. OLE color: 4077192.

HSL color Cylindrical-coordinate representation of color #88363E: hue angle of 354.15º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #88363E is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB1365462-
CMYK00.600.540.47
HSL354.15º43.16%37.25%-
HSV(B)354.15º60.29%53.33%-
XYZ12.348.225.49-
YUV79.43118.17168.35-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.97%
GREEN value IS 54 (21.48% from 255) = 21.43%
BLUE value IS 62 (24.61% from 255) = 24.60%
R=53.97%
G=21.43%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136546200.600.540.47354.1543.1637.25
Hex88363E03C362F1622b25
Octal210667607466575425345
Binary100010001101101111100111100110110101111101100010101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88363E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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