#884043

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

Shades of Stiletto #884043

Tints of Stiletto #884043

Color information

#884043 (or 0x884043) is unknown color: approx Stiletto. HEX triplet: 88, 40 and 43. RGB value is (136,64,67). Sum of RGB (Red+Green+Blue) = 136+64+67=267 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.94% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 67 (26.56% from 255 or 25.09% from 267); Max value from RGB is 136 - color contains mainly: red. Hex color #884043 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884043 is #77BFBC. Grayscale: #555555. Windows color (decimal): -7847869 or 4407432. OLE color: 4407432.

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

Color convert

RGB1366467-
CMYK00.530.510.47
HSL357.5º36%39.22%-
HSV(B)357.5º52.94%53.33%-
XYZ139.316.42-
YUV85.87117.35163.76-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.94%
GREEN value IS 64 (25.39% from 255) = 23.97%
BLUE value IS 67 (26.56% from 255) = 25.09%
R=50.94%
G=23.97%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136646700.530.510.47357.53639.22
Hex884043035332F1662427
Octal21010010306563575464447
Binary10001000100000010000110110101110011101111101100110100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884043; }

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

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

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

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

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

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

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

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