#883A41

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

Shades of Stiletto #883A41

Tints of Stiletto #883A41

Color information

#883A41 (or 0x883A41) is unknown color: approx Stiletto. HEX triplet: 88, 3A and 41. RGB value is (136,58,65). Sum of RGB (Red+Green+Blue) = 136+58+65=259 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.51% from 259); Green value is 58 (23.05% from 255 or 22.39% from 259); Blue value is 65 (25.78% from 255 or 25.10% from 259); Max value from RGB is 136 - color contains mainly: red. Hex color #883A41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883A41 is #77C5BE. Grayscale: #525252. Windows color (decimal): -7849407 or 4274824. OLE color: 4274824.

HSL color Cylindrical-coordinate representation of color #883A41: hue angle of 354.62º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #883A41 is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB1365865-
CMYK00.570.520.47
HSL354.62º40.21%38.04%-
HSV(B)354.62º57.35%53.33%-
XYZ12.628.646-
YUV82.12118.34166.43-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.51%
GREEN value IS 58 (23.05% from 255) = 22.39%
BLUE value IS 65 (25.78% from 255) = 25.10%
R=52.51%
G=22.39%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136586500.570.520.47354.6240.2138.04
Hex883A41039342F1632826
Octal2107210107164575435046
Binary1000100011101010000010111001110100101111101100011101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,58,65); }

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

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

 a { background-color: rgb(136,58,65); }

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

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

 span { border-color: rgb(136,58,65); }

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