#883742

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

Shades of Stiletto #883742

Tints of Stiletto #883742

Color information

#883742 (or 0x883742) is unknown color: approx Stiletto. HEX triplet: 88, 37 and 42. RGB value is (136,55,66). Sum of RGB (Red+Green+Blue) = 136+55+66=257 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.92% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 66 (26.17% from 255 or 25.68% from 257); Max value from RGB is 136 - color contains mainly: red. Hex color #883742 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883742 is #77C8BD. Grayscale: #505050. Windows color (decimal): -7850174 or 4339592. OLE color: 4339592.

HSL color Cylindrical-coordinate representation of color #883742: hue angle of 351.85º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #883742 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB1365566-
CMYK00.600.510.47
HSL351.85º42.41%37.45%-
HSV(B)351.85º59.56%53.33%-
XYZ12.58.366.11-
YUV80.47119.84167.61-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.92%
GREEN value IS 55 (21.88% from 255) = 21.40%
BLUE value IS 66 (26.17% from 255) = 25.68%
R=52.92%
G=21.40%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136556600.600.510.47351.8542.4137.45
Hex88374203C332F1602a25
Octal2106710207463575405245
Binary1000100011011110000100111100110011101111101100000101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883742; }

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

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

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

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

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

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

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

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