#883B42

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

Shades of Stiletto #883B42

Tints of Stiletto #883B42

Color information

#883B42 (or 0x883B42) is unknown color: approx Stiletto. HEX triplet: 88, 3B and 42. RGB value is (136,59,66). Sum of RGB (Red+Green+Blue) = 136+59+66=261 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.11% from 261); Green value is 59 (23.44% from 255 or 22.61% from 261); Blue value is 66 (26.17% from 255 or 25.29% from 261); Max value from RGB is 136 - color contains mainly: red. Hex color #883B42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883B42 is #77C4BD. Grayscale: #525252. Windows color (decimal): -7849150 or 4340616. OLE color: 4340616.

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

Color convert

RGB1365966-
CMYK00.570.510.47
HSL354.55º39.49%38.24%-
HSV(B)354.55º56.62%53.33%-
XYZ12.78.766.17-
YUV82.82118.51165.93-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.11%
GREEN value IS 59 (23.44% from 255) = 22.61%
BLUE value IS 66 (26.17% from 255) = 25.29%
R=52.11%
G=22.61%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136596600.570.510.47354.5539.4938.24
Hex883B42039332F1632726
Octal2107310207163575434746
Binary1000100011101110000100111001110011101111101100011100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883B42; }

 p { color: rgb(136,59,66); }

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

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

 a { background-color: rgb(136,59,66); }

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

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

 span { border-color: rgb(136,59,66); }

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