#85393B

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

Shades of Stiletto #85393B

Tints of Stiletto #85393B

Color information

#85393B (or 0x85393B) is unknown color: approx Stiletto. HEX triplet: 85, 39 and 3B. RGB value is (133,57,59). Sum of RGB (Red+Green+Blue) = 133+57+59=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 59 (23.44% from 255 or 23.69% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #85393B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85393B is #7AC6C4. Grayscale: #505050. Windows color (decimal): -8046277 or 3881349. OLE color: 3881349.

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

Color convert

RGB1335759-
CMYK00.570.560.48
HSL358.42º40%37.25%-
HSV(B)358.42º57.14%52.16%-
XYZ11.938.235.1-
YUV79.95116.18165.84-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.41%
GREEN value IS 57 (22.66% from 255) = 22.89%
BLUE value IS 59 (23.44% from 255) = 23.69%
R=53.41%
G=22.89%
B=23.69%

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
Decimal133575900.570.560.48358.424037.25
Hex85393B03938301662825
Octal205717307170605465045
Binary100001011110011110110111001111000110000101100110101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85393B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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