#88383F

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

Shades of Stiletto #88383F

Tints of Stiletto #88383F

Color information

#88383F (or 0x88383F) is unknown color: approx Stiletto. HEX triplet: 88, 38 and 3F. RGB value is (136,56,63). Sum of RGB (Red+Green+Blue) = 136+56+63=255 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.33% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 63 (25% from 255 or 24.71% from 255); Max value from RGB is 136 - color contains mainly: red. Hex color #88383F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88383F is #77C7C0. Grayscale: #505050. Windows color (decimal): -7849921 or 4143240. OLE color: 4143240.

HSL color Cylindrical-coordinate representation of color #88383F: hue angle of 354.75º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #88383F is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB1365663-
CMYK00.590.540.47
HSL354.75º41.67%37.65%-
HSV(B)354.75º58.82%53.33%-
XYZ12.468.425.67-
YUV80.72118167.43-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.33%
GREEN value IS 56 (22.27% from 255) = 21.96%
BLUE value IS 63 (25% from 255) = 24.71%
R=53.33%
G=21.96%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136566300.590.540.47354.7541.6737.65
Hex88383F03B362F1632a26
Octal210707707366575435246
Binary100010001110001111110111011110110101111101100011101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88383F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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