#853941

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

Shades of Stiletto #853941

Tints of Stiletto #853941

Color information

#853941 (or 0x853941) is unknown color: approx Stiletto. HEX triplet: 85, 39 and 41. RGB value is (133,57,65). Sum of RGB (Red+Green+Blue) = 133+57+65=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 65 (25.78% from 255 or 25.49% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #853941 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853941 is #7AC6BE. Grayscale: #505050. Windows color (decimal): -8046271 or 4274565. OLE color: 4274565.

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

Color convert

RGB1335765-
CMYK00.570.510.48
HSL353.68º40%37.25%-
HSV(B)353.68º57.14%52.16%-
XYZ12.098.295.96-
YUV80.64119.18165.35-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.16%
GREEN value IS 57 (22.66% from 255) = 22.35%
BLUE value IS 65 (25.78% from 255) = 25.49%
R=52.16%
G=22.35%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.51
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133576500.570.510.48353.684037.25
Hex85394103933301622825
Octal2057110107163605425045
Binary1000010111100110000010111001110011110000101100010101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853941; }

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

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

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

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

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

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

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

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