Html Css Color HEX #863C40 Stiletto

📋 copy color: '#863C40'

red 134 ◦ green 60 ◦ blue 64

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

Shades of Stiletto #863C40

Tints of Stiletto #863C40

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.26%

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

R = 51.94%
G = 23.26%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#863C40 (or 0x863C40) is known color: Stiletto. HEX triplet: 86, 3C and 40. RGB value is (134,60,64). Sum of RGB (Red+Green+Blue) = 134+60+64=258 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.94% from 258); Green value is 60 (23.83% from 255 or 23.26% from 258); Blue value is 64 (25.39% from 255 or 24.81% from 258); Max value from RGB is 134 - color contains mainly: red. Hex color #863C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863C40 is #79C3BF. Grayscale: #525252. Windows color (decimal): -7979968 or 4209798. OLE color: 4209798.

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

Color convert

RGB 134 60 64 -
CMYK 0 0.55 0.52 0.47
HSL 356.76º 0.38% 0.38% -
HSV(B) 356.76º 0.55% 0.53% -
XYZ 12.37 8.67 5.87 -
YUV 82.58 117.52 164.67 -
System Red Green Blue C M Y K H S L
Decimal 134 60 64 0 0.55 0.52 0.47 356.76 0.38 0.38
Hex 86 3C 40 0 37 34 2F 165 26 26
Octal 206 74 100 0 67 64 57 545 46 46
Binary 10000110 111100 1000000 0 110111 110100 101111 101100101 100110 100110

Color Harmonies of #863C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863C40

Black with #863C40

Text Example


Text Example

White with #863C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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