#853B41

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

Shades of Stiletto #853B41

Tints of Stiletto #853B41

Color information

#853B41 (or 0x853B41) is unknown color: approx Stiletto. HEX triplet: 85, 3B and 41. RGB value is (133,59,65). Sum of RGB (Red+Green+Blue) = 133+59+65=257 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.75% from 257); Green value is 59 (23.44% from 255 or 22.96% from 257); Blue value is 65 (25.78% from 255 or 25.29% from 257); Max value from RGB is 133 - color contains mainly: red. Hex color #853B41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853B41 is #7AC4BE. Grayscale: #515151. Windows color (decimal): -8045759 or 4275077. OLE color: 4275077.

HSL color Cylindrical-coordinate representation of color #853B41: hue angle of 355.14º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #853B41 is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.48.

Color convert

RGB1335965-
CMYK00.560.510.48
HSL355.14º38.54%37.65%-
HSV(B)355.14º55.64%52.16%-
XYZ12.198.56-
YUV81.81118.52164.51-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.75%
GREEN value IS 59 (23.44% from 255) = 22.96%
BLUE value IS 65 (25.78% from 255) = 25.29%
R=51.75%
G=22.96%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.51
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133596500.560.510.48355.1438.5437.65
Hex853B4103833301632726
Octal2057310107063605434746
Binary1000010111101110000010111000110011110000101100011100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853B41; }

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

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

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

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

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

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

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

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