#85383E

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

Shades of Stiletto #85383E

Tints of Stiletto #85383E

Color information

#85383E (or 0x85383E) is unknown color: approx Stiletto. HEX triplet: 85, 38 and 3E. RGB value is (133,56,62). Sum of RGB (Red+Green+Blue) = 133+56+62=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 62 (24.61% from 255 or 24.70% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #85383E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85383E is #7AC7C1. Grayscale: #4F4F4F. Windows color (decimal): -8046530 or 4077701. OLE color: 4077701.

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

Color convert

RGB1335662-
CMYK00.580.530.48
HSL355.32º40.74%37.06%-
HSV(B)355.32º57.89%52.16%-
XYZ11.968.165.5-
YUV79.71118.01166.01-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.99%
GREEN value IS 56 (22.27% from 255) = 22.31%
BLUE value IS 62 (24.61% from 255) = 24.70%
R=52.99%
G=22.31%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133566200.580.530.48355.3240.7437.06
Hex85383E03A35301632925
Octal205707607265605435145
Binary100001011110001111100111010110101110000101100011101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85383E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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