#853E44

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

Shades of Stiletto #853E44

Tints of Stiletto #853E44

Color information

#853E44 (or 0x853E44) is unknown color: approx Stiletto. HEX triplet: 85, 3E and 44. RGB value is (133,62,68). Sum of RGB (Red+Green+Blue) = 133+62+68=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 62 (24.61% from 255 or 23.57% from 263); Blue value is 68 (26.95% from 255 or 25.86% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #853E44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853E44 is #7AC1BB. Grayscale: #535353. Windows color (decimal): -8044988 or 4472453. OLE color: 4472453.

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

Color convert

RGB1336268-
CMYK00.530.490.48
HSL354.93º36.41%38.24%-
HSV(B)354.93º53.38%52.16%-
XYZ12.448.856.52-
YUV83.91119.02163.01-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.57%
GREEN value IS 62 (24.61% from 255) = 23.57%
BLUE value IS 68 (26.95% from 255) = 25.86%
R=50.57%
G=23.57%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.49
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133626800.530.490.48354.9336.4138.24
Hex853E4403531301632426
Octal2057610406561605434446
Binary1000010111111010001000110101110001110000101100011100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,62,68); }

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

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

 a { background-color: rgb(133,62,68); }

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

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

 span { border-color: rgb(133,62,68); }

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