#85373A

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

Shades of Stiletto #85373A

Tints of Stiletto #85373A

Color information

#85373A (or 0x85373A) is unknown color: approx Stiletto. HEX triplet: 85, 37 and 3A. RGB value is (133,55,58). Sum of RGB (Red+Green+Blue) = 133+55+58=246 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.07% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 58 (23.05% from 255 or 23.58% from 246); Max value from RGB is 133 - color contains mainly: red. Hex color #85373A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85373A is #7AC8C5. Grayscale: #4E4E4E. Windows color (decimal): -8046790 or 3815301. OLE color: 3815301.

HSL color Cylindrical-coordinate representation of color #85373A: hue angle of 357.69º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #85373A is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB1335558-
CMYK00.590.560.48
HSL357.69º41.49%36.86%-
HSV(B)357.69º58.65%52.16%-
XYZ11.88.024.93-
YUV78.66116.34166.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.07%
GREEN value IS 55 (21.88% from 255) = 22.36%
BLUE value IS 58 (23.05% from 255) = 23.58%
R=54.07%
G=22.36%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133555800.590.560.48357.6941.4936.86
Hex85373A03B38301662925
Octal205677207370605465145
Binary100001011101111110100111011111000110000101100110101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85373A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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