#85393E

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

Shades of Stiletto #85393E

Tints of Stiletto #85393E

Color information

#85393E (or 0x85393E) is unknown color: approx Stiletto. HEX triplet: 85, 39 and 3E. RGB value is (133,57,62). Sum of RGB (Red+Green+Blue) = 133+57+62=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 62 (24.61% from 255 or 24.60% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #85393E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85393E is #7AC6C1. Grayscale: #505050. Windows color (decimal): -8046274 or 4077957. OLE color: 4077957.

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

Color convert

RGB1335762-
CMYK00.570.530.48
HSL356.05º40%37.25%-
HSV(B)356.05º57.14%52.16%-
XYZ12.018.265.52-
YUV80.29117.68165.59-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.78%
GREEN value IS 57 (22.66% from 255) = 22.62%
BLUE value IS 62 (24.61% from 255) = 24.60%
R=52.78%
G=22.62%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133576200.570.530.48356.054037.25
Hex85393E03935301642825
Octal205717607165605445045
Binary100001011110011111100111001110101110000101100100101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85393E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85393E; }

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

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

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

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

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

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

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

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