#884044

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

Shades of Stiletto #884044

Tints of Stiletto #884044

Color information

#884044 (or 0x884044) is unknown color: approx Stiletto. HEX triplet: 88, 40 and 44. RGB value is (136,64,68). Sum of RGB (Red+Green+Blue) = 136+64+68=268 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.75% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 68 (26.95% from 255 or 25.37% from 268); Max value from RGB is 136 - color contains mainly: red. Hex color #884044 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884044 is #77BFBB. Grayscale: #565656. Windows color (decimal): -7847868 or 4472968. OLE color: 4472968.

HSL color Cylindrical-coordinate representation of color #884044: hue angle of 356.67º 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 #884044 is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.47.

Color convert

RGB1366468-
CMYK00.530.500.47
HSL356.67º36%39.22%-
HSV(B)356.67º52.94%53.33%-
XYZ13.039.326.58-
YUV85.98117.85163.67-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.75%
GREEN value IS 64 (25.39% from 255) = 23.88%
BLUE value IS 68 (26.95% from 255) = 25.37%
R=50.75%
G=23.88%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136646800.530.500.47356.673639.22
Hex884044035322F1652427
Octal21010010406562575454447
Binary10001000100000010001000110101110010101111101100101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884044; }

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

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

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

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

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

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

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

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