#853940

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

Shades of Stiletto #853940

Tints of Stiletto #853940

Color information

#853940 (or 0x853940) is unknown color: approx Stiletto. HEX triplet: 85, 39 and 40. RGB value is (133,57,64). Sum of RGB (Red+Green+Blue) = 133+57+64=254 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.36% from 254); Green value is 57 (22.66% from 255 or 22.44% from 254); Blue value is 64 (25.39% from 255 or 25.20% from 254); Max value from RGB is 133 - color contains mainly: red. Hex color #853940 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853940 is #7AC6BF. Grayscale: #505050. Windows color (decimal): -8046272 or 4209029. OLE color: 4209029.

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

Color convert

RGB1335764-
CMYK00.570.520.48
HSL354.47º40%37.25%-
HSV(B)354.47º57.14%52.16%-
XYZ12.068.285.81-
YUV80.52118.68165.43-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.36%
GREEN value IS 57 (22.66% from 255) = 22.44%
BLUE value IS 64 (25.39% from 255) = 25.20%
R=52.36%
G=22.44%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133576400.570.520.48354.474037.25
Hex85394003934301622825
Octal2057110007164605425045
Binary1000010111100110000000111001110100110000101100010101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853940; }

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

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

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

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

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

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

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

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