#884145

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

Shades of Stiletto #884145

Tints of Stiletto #884145

Color information

#884145 (or 0x884145) is unknown color: approx Stiletto. HEX triplet: 88, 41 and 45. RGB value is (136,65,69). Sum of RGB (Red+Green+Blue) = 136+65+69=270 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.37% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 69 (27.34% from 255 or 25.56% from 270); Max value from RGB is 136 - color contains mainly: red. Hex color #884145 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884145 is #77BEBA. Grayscale: #565656. Windows color (decimal): -7847611 or 4538760. OLE color: 4538760.

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

Color convert

RGB1366569-
CMYK00.520.490.47
HSL356.62º35.32%39.41%-
HSV(B)356.62º52.21%53.33%-
XYZ13.129.446.76-
YUV86.68118.02163.17-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.37%
GREEN value IS 65 (25.78% from 255) = 24.07%
BLUE value IS 69 (27.34% from 255) = 25.56%
R=50.37%
G=24.07%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136656900.520.490.47356.6235.3239.41
Hex884145034312F1652327
Octal21010110506461575454347
Binary10001000100000110001010110100110001101111101100101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884145; }

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

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

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

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

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

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

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

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