#853942

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

Shades of Stiletto #853942

Tints of Stiletto #853942

Color information

#853942 (or 0x853942) is unknown color: approx Stiletto. HEX triplet: 85, 39 and 42. RGB value is (133,57,66). Sum of RGB (Red+Green+Blue) = 133+57+66=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 57 (22.66% from 255 or 22.27% from 256); Blue value is 66 (26.17% from 255 or 25.78% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #853942 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853942 is #7AC6BD. Grayscale: #505050. Windows color (decimal): -8046270 or 4340101. OLE color: 4340101.

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

Color convert

RGB1335766-
CMYK00.570.500.48
HSL352.89º40%37.25%-
HSV(B)352.89º57.14%52.16%-
XYZ12.128.316.12-
YUV80.75119.68165.27-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.95%
GREEN value IS 57 (22.66% from 255) = 22.27%
BLUE value IS 66 (26.17% from 255) = 25.78%
R=51.95%
G=22.27%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133576600.570.500.48352.894037.25
Hex85394203932301612825
Octal2057110207162605415045
Binary1000010111100110000100111001110010110000101100001101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853942; }

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

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

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

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

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

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

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

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