#854245

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

Shades of Stiletto #854245

Tints of Stiletto #854245

Color information

#854245 (or 0x854245) is unknown color: approx Stiletto. HEX triplet: 85, 42 and 45. RGB value is (133,66,69). Sum of RGB (Red+Green+Blue) = 133+66+69=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 69 (27.34% from 255 or 25.75% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #854245 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854245 is #7ABDBA. Grayscale: #565656. Windows color (decimal): -8043963 or 4539013. OLE color: 4539013.

HSL color Cylindrical-coordinate representation of color #854245: hue angle of 357.31º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #854245 is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB1336669-
CMYK00.500.480.48
HSL357.31º33.67%39.02%-
HSV(B)357.31º50.38%52.16%-
XYZ12.79.316.76-
YUV86.37118.2161.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.63%
GREEN value IS 66 (26.17% from 255) = 24.63%
BLUE value IS 69 (27.34% from 255) = 25.75%
R=49.63%
G=24.63%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133666900.500.480.48357.3133.6739.02
Hex85424503230301652227
Octal20510210506260605454247
Binary10000101100001010001010110010110000110000101100101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854245; }

 p { color: rgb(133,66,69); }

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

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

 a { background-color: rgb(133,66,69); }

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

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

 span { border-color: rgb(133,66,69); }

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