#884041

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

Shades of Stiletto #884041

Tints of Stiletto #884041

Color information

#884041 (or 0x884041) is unknown color: approx Stiletto. HEX triplet: 88, 40 and 41. RGB value is (136,64,65). Sum of RGB (Red+Green+Blue) = 136+64+65=265 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.32% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 65 (25.78% from 255 or 24.53% from 265); Max value from RGB is 136 - color contains mainly: red. Hex color #884041 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884041 is #77BFBE. Grayscale: #555555. Windows color (decimal): -7847871 or 4276360. OLE color: 4276360.

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

Color convert

RGB1366465-
CMYK00.530.520.47
HSL359.17º36%39.22%-
HSV(B)359.17º52.94%53.33%-
XYZ12.949.286.11-
YUV85.64116.35163.92-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.32%
GREEN value IS 64 (25.39% from 255) = 24.15%
BLUE value IS 65 (25.78% from 255) = 24.53%
R=51.32%
G=24.15%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136646500.530.520.47359.173639.22
Hex884041035342F1672427
Octal21010010106564575474447
Binary10001000100000010000010110101110100101111101100111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884041; }

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

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

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

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

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

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

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

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