Html Css Color HEX #863740 Stiletto

📋 copy color: '#863740'

red 134 ◦ green 55 ◦ blue 64

#863740
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Stiletto #863740

Tints of Stiletto #863740

RGB

 RED value IS 134 (52.73% from 255) = 52.96%

 GREEN value IS 55 (21.88% from 255) = 21.74%

 BLUE value IS 64 (25.39% from 255) = 25.3%

R = 52.96%
G = 21.74%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#863740 (or 0x863740) is known color: Stiletto. HEX triplet: 86, 37 and 40. RGB value is (134,55,64). Sum of RGB (Red+Green+Blue) = 134+55+64=253 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.96% from 253); Green value is 55 (21.88% from 255 or 21.74% from 253); Blue value is 64 (25.39% from 255 or 25.30% from 253); Max value from RGB is 134 - color contains mainly: red. Hex color #863740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863740 is #79C8BF. Grayscale: #4F4F4F. Windows color (decimal): -7981248 or 4208518. OLE color: 4208518.

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

Color convert

RGB 134 55 64 -
CMYK 0 0.59 0.52 0.47
HSL 353.16º 0.42% 0.37% -
HSV(B) 353.16º 0.59% 0.53% -
XYZ 12.12 8.17 5.79 -
YUV 79.65 119.17 166.77 -
System Red Green Blue C M Y K H S L
Decimal 134 55 64 0 0.59 0.52 0.47 353.16 0.42 0.37
Hex 86 37 40 0 3B 34 2F 161 2A 25
Octal 206 67 100 0 73 64 57 541 52 45
Binary 10000110 110111 1000000 0 111011 110100 101111 101100001 101010 100101

Color Harmonies of #863740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863740

Black with #863740

Text Example


Text Example

White with #863740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863740; }

 p { color: rgb(134,55,64); }

 H1.HeaderClassName
 {
   color: #863740;
 }
 .AnyTagClassName
 {
   color: #863740;
 }
</style>

background-color css

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

 a { background-color: rgb(134,55,64); }

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

border-color css

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

 span { border-color: rgb(134,55,64); }

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