#853742

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

Shades of Stiletto #853742

Tints of Stiletto #853742

Color information

#853742 (or 0x853742) is unknown color: approx Stiletto. HEX triplet: 85, 37 and 42. RGB value is (133,55,66). Sum of RGB (Red+Green+Blue) = 133+55+66=254 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.36% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 66 (26.17% from 255 or 25.98% from 254); Max value from RGB is 133 - color contains mainly: red. Hex color #853742 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853742 is #7AC8BD. Grayscale: #4F4F4F. Windows color (decimal): -8046782 or 4339589. OLE color: 4339589.

HSL color Cylindrical-coordinate representation of color #853742: hue angle of 351.54º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #853742 is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB1335566-
CMYK00.590.500.48
HSL351.54º41.49%36.86%-
HSV(B)351.54º58.65%52.16%-
XYZ12.028.116.09-
YUV79.58120.34166.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.36%
GREEN value IS 55 (21.88% from 255) = 21.65%
BLUE value IS 66 (26.17% from 255) = 25.98%
R=52.36%
G=21.65%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133556600.590.500.48351.5441.4936.86
Hex85374203B32301602925
Octal2056710207362605405145
Binary1000010111011110000100111011110010110000101100000101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853742; }

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

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

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

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

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

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

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

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