#85393A

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

Shades of Stiletto #85393A

Tints of Stiletto #85393A

Color information

#85393A (or 0x85393A) is unknown color: approx Stiletto. HEX triplet: 85, 39 and 3A. RGB value is (133,57,58). Sum of RGB (Red+Green+Blue) = 133+57+58=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 58 (23.05% from 255 or 23.39% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #85393A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85393A is #7AC6C5. Grayscale: #4F4F4F. Windows color (decimal): -8046278 or 3815813. OLE color: 3815813.

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

Color convert

RGB1335758-
CMYK00.570.560.48
HSL359.21º40%37.25%-
HSV(B)359.21º57.14%52.16%-
XYZ11.98.224.96-
YUV79.84115.68165.92-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.63%
GREEN value IS 57 (22.66% from 255) = 22.98%
BLUE value IS 58 (23.05% from 255) = 23.39%
R=53.63%
G=22.98%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133575800.570.560.48359.214037.25
Hex85393A03938301672825
Octal205717207170605475045
Binary100001011110011110100111001111000110000101100111101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85393A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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