#853740

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

Shades of Stiletto #853740

Tints of Stiletto #853740

Color information

#853740 (or 0x853740) is unknown color: approx Stiletto. HEX triplet: 85, 37 and 40. RGB value is (133,55,64). Sum of RGB (Red+Green+Blue) = 133+55+64=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 64 (25.39% from 255 or 25.40% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #853740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853740 is #7AC8BF. Grayscale: #4F4F4F. Windows color (decimal): -8046784 or 4208517. OLE color: 4208517.

HSL color Cylindrical-coordinate representation of color #853740: hue angle of 353.08º 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 #853740 is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB1335564-
CMYK00.590.520.48
HSL353.08º41.49%36.86%-
HSV(B)353.08º58.65%52.16%-
XYZ11.968.095.78-
YUV79.35119.34166.27-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.78%
GREEN value IS 55 (21.88% from 255) = 21.83%
BLUE value IS 64 (25.39% from 255) = 25.40%
R=52.78%
G=21.83%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133556400.590.520.48353.0841.4936.86
Hex85374003B34301612925
Octal2056710007364605415145
Binary1000010111011110000000111011110100110000101100001101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853740; }

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

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

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

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

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

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

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

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