#883F40

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

Shades of Stiletto #883F40

Tints of Stiletto #883F40

Color information

#883F40 (or 0x883F40) is unknown color: approx Stiletto. HEX triplet: 88, 3F and 40. RGB value is (136,63,64). Sum of RGB (Red+Green+Blue) = 136+63+64=263 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.71% from 263); Green value is 63 (25% from 255 or 23.95% from 263); Blue value is 64 (25.39% from 255 or 24.33% from 263); Max value from RGB is 136 - color contains mainly: red. Hex color #883F40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883F40 is #77C0BF. Grayscale: #555555. Windows color (decimal): -7848128 or 4210568. OLE color: 4210568.

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

Color convert

RGB1366364-
CMYK00.540.530.47
HSL359.18º36.68%39.02%-
HSV(B)359.18º53.68%53.33%-
XYZ12.869.165.94-
YUV84.94116.18164.42-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.71%
GREEN value IS 63 (25% from 255) = 23.95%
BLUE value IS 64 (25.39% from 255) = 24.33%
R=51.71%
G=23.95%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136636400.540.530.47359.1836.6839.02
Hex883F40036352F1672527
Octal2107710006665575474547
Binary1000100011111110000000110110110101101111101100111100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883F40; }

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

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

<style>
 a { background-color: #883F40; }

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

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

<style>
 span { border-color: #883F40; }

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

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