#883941

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

Shades of Stiletto #883941

Tints of Stiletto #883941

Color information

#883941 (or 0x883941) is unknown color: approx Stiletto. HEX triplet: 88, 39 and 41. RGB value is (136,57,65). Sum of RGB (Red+Green+Blue) = 136+57+65=258 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.71% from 258); Green value is 57 (22.66% from 255 or 22.09% from 258); Blue value is 65 (25.78% from 255 or 25.19% from 258); Max value from RGB is 136 - color contains mainly: red. Hex color #883941 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883941 is #77C6BE. Grayscale: #515151. Windows color (decimal): -7849663 or 4274568. OLE color: 4274568.

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

Color convert

RGB1365765-
CMYK00.580.520.47
HSL353.92º40.93%37.84%-
HSV(B)353.92º58.09%53.33%-
XYZ12.578.545.99-
YUV81.53118.67166.85-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.71%
GREEN value IS 57 (22.66% from 255) = 22.09%
BLUE value IS 65 (25.78% from 255) = 25.19%
R=52.71%
G=22.09%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136576500.580.520.47353.9240.9337.84
Hex88394103A342F1622926
Octal2107110107264575425146
Binary1000100011100110000010111010110100101111101100010101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883941; }

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

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

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

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

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

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

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

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