#863841

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

Shades of Stiletto #863841

Tints of Stiletto #863841

Color information

#863841 (or 0x863841) is unknown color: approx Stiletto. HEX triplet: 86, 38 and 41. RGB value is (134,56,65). Sum of RGB (Red+Green+Blue) = 134+56+65=255 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.55% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 65 (25.78% from 255 or 25.49% from 255); Max value from RGB is 134 - color contains mainly: red. Hex color #863841 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863841 is #79C7BE. Grayscale: #505050. Windows color (decimal): -7980991 or 4274310. OLE color: 4274310.

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

Color convert

RGB1345665-
CMYK00.580.510.47
HSL353.08º41.05%37.25%-
HSV(B)353.08º58.21%52.55%-
XYZ12.28.285.96-
YUV80.35119.34166.27-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.55%
GREEN value IS 56 (22.27% from 255) = 21.96%
BLUE value IS 65 (25.78% from 255) = 25.49%
R=52.55%
G=21.96%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134566500.580.510.47353.0841.0537.25
Hex86384103A332F1612925
Octal2067010107263575415145
Binary1000011011100010000010111010110011101111101100001101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863841; }

 p { color: rgb(134,56,65); }

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

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

 a { background-color: rgb(134,56,65); }

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

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

 span { border-color: rgb(134,56,65); }

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