#863843

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

Shades of Stiletto #863843

Tints of Stiletto #863843

Color information

#863843 (or 0x863843) is unknown color: approx Stiletto. HEX triplet: 86, 38 and 43. RGB value is (134,56,67). Sum of RGB (Red+Green+Blue) = 134+56+67=257 (34% of max value = 765). Red value is 134 (52.73% from 255 or 52.14% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 67 (26.56% from 255 or 26.07% from 257); Max value from RGB is 134 - color contains mainly: red. Hex color #863843 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863843 is #79C7BC. Grayscale: #505050. Windows color (decimal): -7980989 or 4405382. OLE color: 4405382.

HSL color Cylindrical-coordinate representation of color #863843: hue angle of 351.54º 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 #863843 is Cyan = 0, Magento = 0.58, Yellow = 0.5 and Black (K on CMYK) = 0.47.

Color convert

RGB1345667-
CMYK00.580.50.47
HSL351.54º41.05%37.25%-
HSV(B)351.54º58.21%52.55%-
XYZ12.268.36.27-
YUV80.58120.34166.11-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.14%
GREEN value IS 56 (22.27% from 255) = 21.79%
BLUE value IS 67 (26.56% from 255) = 26.07%
R=52.14%
G=21.79%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.5
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134566700.580.50.47351.5441.0537.25
Hex86384303A322F1602925
Octal2067010307262575405145
Binary1000011011100010000110111010110010101111101100000101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863843; }

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

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

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

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

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

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

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

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