#88363F

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

Shades of Stiletto #88363F

Tints of Stiletto #88363F

Color information

#88363F (or 0x88363F) is unknown color: approx Stiletto. HEX triplet: 88, 36 and 3F. RGB value is (136,54,63). Sum of RGB (Red+Green+Blue) = 136+54+63=253 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.75% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 63 (25% from 255 or 24.90% from 253); Max value from RGB is 136 - color contains mainly: red. Hex color #88363F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88363F is #77C9C0. Grayscale: #4F4F4F. Windows color (decimal): -7850433 or 4142728. OLE color: 4142728.

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

Color convert

RGB1365463-
CMYK00.600.540.47
HSL353.41º43.16%37.25%-
HSV(B)353.41º60.29%53.33%-
XYZ12.378.235.64-
YUV79.54118.67168.27-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.75%
GREEN value IS 54 (21.48% from 255) = 21.34%
BLUE value IS 63 (25% from 255) = 24.90%
R=53.75%
G=21.34%
B=24.90%

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
Decimal136546300.600.540.47353.4143.1637.25
Hex88363F03C362F1612b25
Octal210667707466575415345
Binary100010001101101111110111100110110101111101100001101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88363F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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